Multichem commited on
Commit
d405c99
1 Parent(s): 3813258

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,7 +42,7 @@ master_hold = 'https://docs.google.com/spreadsheets/d/1Yq0vGriWK-bS79e-bD6_u9pqr
42
  game_format = {'Win%': '{:.2%}'}
43
  prop_format = {'L5 Success': '{:.2%}', 'L10_Success': '{:.2%}', 'L20_success': '{:.2%}', 'Matchup Boost': '{:.2%}', 'Trending Over': '{:.2%}', 'Trending Under': '{:.2%}',
44
  'Implied Over': '{:.2%}', 'Implied Under': '{:.2%}', 'Over Edge': '{:.2%}', 'Under Edge': '{:.2%}'}
45
- prop_table_options = ['points', 'threes', 'rebounds', 'assists', 'blocks', 'steals']
46
 
47
  @st.cache_resource(ttl = 300)
48
  def init_baselines():
@@ -478,4 +478,4 @@ with tab5:
478
  mime='text/csv',
479
  key='prop_proj',
480
  )
481
-
 
42
  game_format = {'Win%': '{:.2%}'}
43
  prop_format = {'L5 Success': '{:.2%}', 'L10_Success': '{:.2%}', 'L20_success': '{:.2%}', 'Matchup Boost': '{:.2%}', 'Trending Over': '{:.2%}', 'Trending Under': '{:.2%}',
44
  'Implied Over': '{:.2%}', 'Implied Under': '{:.2%}', 'Over Edge': '{:.2%}', 'Under Edge': '{:.2%}'}
45
+ prop_table_options = ['points', 'threes', 'rebounds', 'assists', 'blocks', 'steals', 'PRA', 'PR', 'PA', 'PR']
46
 
47
  @st.cache_resource(ttl = 300)
48
  def init_baselines():
 
478
  mime='text/csv',
479
  key='prop_proj',
480
  )
481
+