Spaces:
Running
Running
Update app.py
Browse files
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%}', '
|
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)
|