nesticot commited on
Commit
39fd284
·
1 Parent(s): 80c68e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -356,8 +356,8 @@ def server(input, output, session):
356
 
357
 
358
  test = test.merge(right=yahoo_df,left_on='player_id',right_on='nhl_id',suffixes=['','_y'],how='left')
359
- if len(test[test.player_id == 8478427]) > 0:
360
- return test.style
361
 
362
  #print(test[test.nhl_id == 8478427])
363
 
 
356
 
357
 
358
  test = test.merge(right=yahoo_df,left_on='player_id',right_on='nhl_id',suffixes=['','_y'],how='left')
359
+ # if len(test[test.player_id == 8478427]) > 0:
360
+ # return test.style
361
 
362
  #print(test[test.nhl_id == 8478427])
363