Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def convert_df_to_csv(df):
|
|
66 |
|
67 |
pitcher_proj, hitter_proj, wins_proj = init_baselines()
|
68 |
|
69 |
-
tab1, tab2, tab3, tab4, tab5 = st.tabs(["Pitcher Projections", "Hitter Projections", "Pitcher Simulations", "Hitter Simulations"])
|
70 |
|
71 |
with tab1:
|
72 |
if st.button("Reset Data", key='reset1'):
|
|
|
66 |
|
67 |
pitcher_proj, hitter_proj, wins_proj = init_baselines()
|
68 |
|
69 |
+
tab1, tab2, tab3, tab4, tab5 = st.tabs(["Team Win Projections", "Pitcher Projections", "Hitter Projections", "Pitcher Simulations", "Hitter Simulations"])
|
70 |
|
71 |
with tab1:
|
72 |
if st.button("Reset Data", key='reset1'):
|