Multichem commited on
Commit
29ed0ed
·
1 Parent(s): 659ff69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ with tab2:
199
  elif pos_split2 == 'All Positions':
200
  pos_var2 = pos_list
201
  if split_var2 == 'Specific Teams':
202
- team_var2 = st.multiselect('Which teams would you like to include in the Table?', options = wr_matchups['team'].unique())
203
  elif split_var2 == 'All Teams':
204
  team_var2 = wr_matchups['team'].unique().tolist()
205
  if stat_type_var2 == 'WR/TE Coverage Matchups':
 
199
  elif pos_split2 == 'All Positions':
200
  pos_var2 = pos_list
201
  if split_var2 == 'Specific Teams':
202
+ team_var2 = st.multiselect('Which teams would you like to include in the Table?', options = wr_matchups['Team'].unique())
203
  elif split_var2 == 'All Teams':
204
  team_var2 = wr_matchups['team'].unique().tolist()
205
  if stat_type_var2 == 'WR/TE Coverage Matchups':