Multichem commited on
Commit
189eaea
·
verified ·
1 Parent(s): 1039a8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -275,7 +275,7 @@ with tab1:
275
  total_pitchers = indv_pitchers.Player.values.tolist()
276
  total_dates = hitter_gamelog_table.Date.values.tolist()
277
 
278
- split_var1 = st.radio("What table would you like to view?", ('Gamelogs', 'Season Logs'), key='split_var1')
279
  split_var2 = st.radio("Would you like to view all teams or specific ones?", ('All', 'Specific Teams'), key='split_var2')
280
 
281
  if split_var2 == 'Specific Teams':
@@ -400,7 +400,7 @@ with tab2:
400
  total_pitchers = indv_pitchers.Player.values.tolist()
401
  total_dates = hitter_gamelog_table.Date.values.tolist()
402
 
403
- sp_split_var1 = st.radio("What table would you like to view?", ('Gamelogs', 'Season Logs'), key='sp_split_var1')
404
  sp_split_var2 = st.radio("Would you like to view all teams or specific ones?", ('All', 'Specific Teams'), key='sp_split_var2')
405
 
406
  if sp_split_var2 == 'Specific Teams':
 
275
  total_pitchers = indv_pitchers.Player.values.tolist()
276
  total_dates = hitter_gamelog_table.Date.values.tolist()
277
 
278
+ split_var1 = st.radio("What table would you like to view?", ('Season Logs', 'Gamelogs'), key='split_var1')
279
  split_var2 = st.radio("Would you like to view all teams or specific ones?", ('All', 'Specific Teams'), key='split_var2')
280
 
281
  if split_var2 == 'Specific Teams':
 
400
  total_pitchers = indv_pitchers.Player.values.tolist()
401
  total_dates = hitter_gamelog_table.Date.values.tolist()
402
 
403
+ sp_split_var1 = st.radio("What table would you like to view?", ('Season Logs', 'Gamelogs'), key='sp_split_var1')
404
  sp_split_var2 = st.radio("Would you like to view all teams or specific ones?", ('All', 'Specific Teams'), key='sp_split_var2')
405
 
406
  if sp_split_var2 == 'Specific Teams':