Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ site_slates, player_stats, dk_roo_raw, fd_roo_raw = init_baselines()
|
|
70 |
t_stamp = f"Last Update: " + str(dk_roo_raw['timestamp'][0]) + f" CST"
|
71 |
col1, col2 = st.columns([1, 5])
|
72 |
|
73 |
-
tab1, tab2 = st.tabs(['
|
74 |
|
75 |
with tab2:
|
76 |
st.info("The Projections file can have any columns in any order, but must contain columns explicitly named: 'Player', 'Salary', 'Position', 'Team', 'Opp', 'Median', and 'Own'.")
|
|
|
70 |
t_stamp = f"Last Update: " + str(dk_roo_raw['timestamp'][0]) + f" CST"
|
71 |
col1, col2 = st.columns([1, 5])
|
72 |
|
73 |
+
tab1, tab2 = st.tabs(['Stack Finder', 'Uploads'])
|
74 |
|
75 |
with tab2:
|
76 |
st.info("The Projections file can have any columns in any order, but must contain columns explicitly named: 'Player', 'Salary', 'Position', 'Team', 'Opp', 'Median', and 'Own'.")
|