James McCool commited on
Commit
b7c1e62
·
1 Parent(s): d5d4d17

quick check

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -247,7 +247,7 @@ with col2:
247
  if stat_type_var1 == 'Pitchers':
248
  if stat_var1 == 'True AVG Splits':
249
  pitcher_stats = True_AVG_Splits_load()
250
- pitcher_stats = pitcher_stats[pitcher_stats['Team'].isin(sp_var1)]
251
  #pitcher_stats = pitcher_stats.set_index('Player')
252
  st.dataframe(pitcher_stats.style.background_gradient(axis=0).background_gradient(cmap = 'RdYlGn_r').format(precision=3), use_container_width = True)
253
  if stat_var1 == 'HWSr Splits':
 
247
  if stat_type_var1 == 'Pitchers':
248
  if stat_var1 == 'True AVG Splits':
249
  pitcher_stats = True_AVG_Splits_load()
250
+ # pitcher_stats = pitcher_stats[pitcher_stats['Team'].isin(sp_var1)]
251
  #pitcher_stats = pitcher_stats.set_index('Player')
252
  st.dataframe(pitcher_stats.style.background_gradient(axis=0).background_gradient(cmap = 'RdYlGn_r').format(precision=3), use_container_width = True)
253
  if stat_var1 == 'HWSr Splits':