James McCool commited on
Commit
775b3b7
·
1 Parent(s): 271fbcf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ with tab2:
147
  if st.button("Reset Data", key='reset2'):
148
  st.cache_data.clear()
149
  pitcher_stats, hitter_stats, team_frame, prop_frame, betsheet_frame, pick_frame = init_baselines()
150
- split_var1 = st.radio("Would you like to view all teams or specific ones?", ('All', 'Specific Teams'), key='split_var1')
151
  if split_var1 == 'Specific Teams':
152
  team_var1 = st.multiselect('Which teams would you like to include in the tables?', options = pitcher_stats['Team'].unique(), key='team_var1')
153
  elif split_var1 == 'All':
 
147
  if st.button("Reset Data", key='reset2'):
148
  st.cache_data.clear()
149
  pitcher_stats, hitter_stats, team_frame, prop_frame, betsheet_frame, pick_frame = init_baselines()
150
+ split_var1 = st.radio("Would you like to view all teams or Specific ones?", ('All', 'Specific Teams'), key='split_var1')
151
  if split_var1 == 'Specific Teams':
152
  team_var1 = st.multiselect('Which teams would you like to include in the tables?', options = pitcher_stats['Team'].unique(), key='team_var1')
153
  elif split_var1 == 'All':