Multichem commited on
Commit
6c03193
·
verified ·
1 Parent(s): 02f2ac3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(['Uploads', 'Stack Finder'])
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'.")