Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -424,7 +424,8 @@ overall_exposure = pd.DataFrame(columns=['Player', 'count'])
|
|
424 |
tab1, tab2 = st.tabs(['Uploads', 'Contest Sim'])
|
425 |
|
426 |
with tab1:
|
427 |
-
with st.container():
|
|
|
428 |
col1, col2 = st.columns([3, 3])
|
429 |
|
430 |
with col1:
|
|
|
424 |
tab1, tab2 = st.tabs(['Uploads', 'Contest Sim'])
|
425 |
|
426 |
with tab1:
|
427 |
+
with st.container():
|
428 |
+
st.warning("Unlike many of the other sports, Paydirt does not have NCAA projections. In order to use this tool, you'll need to upload from another source. You don't need to upload a portfolio, but you do need to upload projections!", icon="⚠️")
|
429 |
col1, col2 = st.columns([3, 3])
|
430 |
|
431 |
with col1:
|