Spaces:
Running
Running
Update app.py
Browse files
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
|
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':
|