Multichem commited on
Commit
9af15f8
·
1 Parent(s): 7e6ba7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ 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
  prop_table_options = ['points', 'threes', 'rebounds', 'assists', 'blocks', 'steals']
45
 
46
  @st.cache_resource(ttl = 300)