Multichem commited on
Commit
628478b
·
verified ·
1 Parent(s): 50b88d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def convert_df_to_csv(df):
69
  pitcher_proj, hitter_proj, wins_proj = init_baselines()
70
  total_teams = pitcher_proj['Team'].values.tolist()
71
 
72
- tab1, tab2, tab3, tab4, tab5 = st.tabs(["Pitcher Projections", "Hitter Projections", "Pitcher Simulations", "Hitter Simulations"])
73
 
74
  with tab1:
75
  if st.button("Reset Data", key='reset1'):
 
69
  pitcher_proj, hitter_proj, wins_proj = init_baselines()
70
  total_teams = pitcher_proj['Team'].values.tolist()
71
 
72
+ tab1, tab2, tab3, tab4, tab5 = st.tabs(["Team Win Projections", "Pitcher Projections", "Hitter Projections", "Pitcher Simulations", "Hitter Simulations"])
73
 
74
  with tab1:
75
  if st.button("Reset Data", key='reset1'):