Multichem commited on
Commit
1fa2977
·
1 Parent(s): f15074c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ non_qb_stats = overall_stats.loc[overall_stats['Position'] != 'QB']
62
  team_dict = dict(zip(prop_frame['Player'], prop_frame['Team']))
63
  t_stamp = f"Last Update: " + str(timestamp) + f" CST"
64
 
65
- all_sim_vars = ['All Props', 'pass_yards', 'rush_yards', 'rec_yards', 'receptions', 'rush_attempts',
66
  'pass_attempts', 'pass_completions']
67
  sim_all_hold = pd.DataFrame(columns=['Player', 'Team', 'Prop type', 'Prop', 'Mean_Outcome', 'Imp Over', 'Over%', 'Imp Under', 'Under%', 'Bet?', 'Edge'])
68
 
 
62
  team_dict = dict(zip(prop_frame['Player'], prop_frame['Team']))
63
  t_stamp = f"Last Update: " + str(timestamp) + f" CST"
64
 
65
+ all_sim_vars = ['pass_yards', 'rush_yards', 'rec_yards', 'receptions', 'rush_attempts',
66
  'pass_attempts', 'pass_completions']
67
  sim_all_hold = pd.DataFrame(columns=['Player', 'Team', 'Prop type', 'Prop', 'Mean_Outcome', 'Imp Over', 'Over%', 'Imp Under', 'Under%', 'Bet?', 'Edge'])
68