Spaces:
Running
Running
Update app.py
Browse files
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
|
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)
|