Multichem commited on
Commit
d8db56f
·
verified ·
1 Parent(s): 350c781

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ non_qb_stats = overall_stats.loc[overall_stats['Position'] != 'QB']
73
  team_dict = dict(zip(prop_frame['Player'], prop_frame['Team']))
74
  t_stamp = f"Last Update: " + str(timestamp) + f" CST"
75
 
76
- prop_table_options = ['pass_yards', 'rush_yards', 'rec_yards', 'receptions', 'rush_attempts', 'pass_attempts']
77
  prop_format = {'L3 Success': '{:.2%}', 'L6_Success': '{:.2%}', 'L10_success': '{:.2%}', 'Trending Over': '{:.2%}', 'Trending Under': '{:.2%}',
78
  'Implied Over': '{:.2%}', 'Implied Under': '{:.2%}', 'Over Edge': '{:.2%}', 'Under Edge': '{:.2%}'}
79
  all_sim_vars = ['pass_yards', 'rush_yards', 'rec_yards', 'receptions', 'rush_attempts']
 
73
  team_dict = dict(zip(prop_frame['Player'], prop_frame['Team']))
74
  t_stamp = f"Last Update: " + str(timestamp) + f" CST"
75
 
76
+ prop_table_options = ['NFL_GAME_PLAYER_PASSING_YARDS', 'NFL_GAME_PLAYER_RUSHING_YARDS', 'NFL_GAME_PLAYER_RECEIVING_YARDS', 'NFL_GAME_PLAYER_RECEIVING_RECEPTIONS', 'NFL_GAME_PLAYER_RUSHING_ATTEMPTS', 'NFL_GAME_PLAYER_PASSING_ATTEMPTS']
77
  prop_format = {'L3 Success': '{:.2%}', 'L6_Success': '{:.2%}', 'L10_success': '{:.2%}', 'Trending Over': '{:.2%}', 'Trending Under': '{:.2%}',
78
  'Implied Over': '{:.2%}', 'Implied Under': '{:.2%}', 'Over Edge': '{:.2%}', 'Under Edge': '{:.2%}'}
79
  all_sim_vars = ['pass_yards', 'rush_yards', 'rec_yards', 'receptions', 'rush_attempts']