Multichem commited on
Commit
a522119
1 Parent(s): 3677719

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def convert_df_to_csv(df):
68
  game_model, player_stats, prop_frame, timestamp = init_baselines()
69
  t_stamp = f"Last Update: " + str(timestamp) + f" CST"
70
 
71
- tab1, tab2, tab3, tab4, tab5 = st.tabs(["Game Betting Model", "QB Projections", "RB/WR/TE Projections", "Player Prop Simulations", "Stat Specific Simulations"])
72
 
73
  with tab1:
74
  st.info(t_stamp)
 
68
  game_model, player_stats, prop_frame, timestamp = init_baselines()
69
  t_stamp = f"Last Update: " + str(timestamp) + f" CST"
70
 
71
+ tab1, tab2, tab3, tab4 = st.tabs(["Game Betting Model", "Player Projections", "Player Prop Simulations", "Stat Specific Simulations"])
72
 
73
  with tab1:
74
  st.info(t_stamp)