Multichem commited on
Commit
e799097
1 Parent(s): 9af15f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -40,7 +40,8 @@ gcservice_account = init_conn()
40
  master_hold = 'https://docs.google.com/spreadsheets/d/1Yq0vGriWK-bS79e-bD6_u9pqrYE6Yrlbb_wEkmH-ot0/edit#gid=853878325'
41
 
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
  prop_table_options = ['points', 'threes', 'rebounds', 'assists', 'blocks', 'steals']
45
 
46
  @st.cache_resource(ttl = 300)
 
40
  master_hold = 'https://docs.google.com/spreadsheets/d/1Yq0vGriWK-bS79e-bD6_u9pqrYE6Yrlbb_wEkmH-ot0/edit#gid=853878325'
41
 
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)