Multichem commited on
Commit
9804a32
·
verified ·
1 Parent(s): b25f109

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ with tab1:
139
  team_var2 = st.multiselect('Which teams would you like to include in the Table?', options = wr_matchups['Team'].unique())
140
  elif split_var2 == 'All Teams':
141
  team_var2 = wr_matchups['Team'].unique().tolist()
142
- if stat_type_var2 == 'Macro Table':
143
  slate_table_instance = macro_data
144
  slate_table_instance = slate_table_instance.set_index('Team')
145
  elif stat_type_var2 == 'WR/TE Coverage Matchups':
 
139
  team_var2 = st.multiselect('Which teams would you like to include in the Table?', options = wr_matchups['Team'].unique())
140
  elif split_var2 == 'All Teams':
141
  team_var2 = wr_matchups['Team'].unique().tolist()
142
+ if stat_type_var2 == 'Macro Stats':
143
  slate_table_instance = macro_data
144
  slate_table_instance = slate_table_instance.set_index('Team')
145
  elif stat_type_var2 == 'WR/TE Coverage Matchups':