Multichem commited on
Commit
1060066
·
verified ·
1 Parent(s): 8fdabcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with tab1:
135
  team_var1 = rb_search['Team-Season'].unique().tolist()
136
  if stat_type_var1 == 'Macro Table':
137
  table_instance = macro_data
138
- table_instance = table_instance.set_index('team')
139
  elif stat_type_var1 == 'RB Usage (Weekly)':
140
  table_instance = rb_search
141
  table_instance = table_instance[table_instance['Team-Season'].isin(team_var1)]
 
135
  team_var1 = rb_search['Team-Season'].unique().tolist()
136
  if stat_type_var1 == 'Macro Table':
137
  table_instance = macro_data
138
+ table_instance = table_instance.set_index('Team')
139
  elif stat_type_var1 == 'RB Usage (Weekly)':
140
  table_instance = rb_search
141
  table_instance = table_instance[table_instance['Team-Season'].isin(team_var1)]