Multichem commited on
Commit
97d4703
·
verified ·
1 Parent(s): 47556eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'):