nesticot commited on
Commit
7dfd7fc
·
1 Parent(s): 3f938af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ def nat_stat_trick_range_pp_gp(rookie='n',start_date='2022-10-01',end_date=str(p
158
  return df_url
159
 
160
  team_abv = pd.read_csv('team_abv.csv')
161
- team_dict = team_abv.set_index('team_abv').to_dict()
162
 
163
  yahoo_nhl_df = pd.read_csv('yahoo_to_nhl.csv', encoding='unicode_escape')
164
 
 
158
  return df_url
159
 
160
  team_abv = pd.read_csv('team_abv.csv')
161
+ team_dict = team_abv.set_index('team_abv').to_dict()['team_name']
162
 
163
  yahoo_nhl_df = pd.read_csv('yahoo_to_nhl.csv', encoding='unicode_escape')
164