Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ american_format = {'First Inning Lead Percentage': '{:.2%}', 'Fifth Inning Lead
|
|
33 |
|
34 |
master_hold = 'https://docs.google.com/spreadsheets/d/1I_1Ve3F4tftgfLQQoRKOJ351XfEG48s36OxXUKxmgS8/edit#gid=694077504'
|
35 |
|
36 |
-
@st.cache_resource(ttl=
|
37 |
def init_baselines():
|
38 |
sh = gspreadcon.open_by_url(master_hold)
|
39 |
worksheet = sh.worksheet('Game_Betting')
|
|
|
33 |
|
34 |
master_hold = 'https://docs.google.com/spreadsheets/d/1I_1Ve3F4tftgfLQQoRKOJ351XfEG48s36OxXUKxmgS8/edit#gid=694077504'
|
35 |
|
36 |
+
@st.cache_resource(ttl=599)
|
37 |
def init_baselines():
|
38 |
sh = gspreadcon.open_by_url(master_hold)
|
39 |
worksheet = sh.worksheet('Game_Betting')
|