Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ gcservice_account = init_conn()
|
|
36 |
|
37 |
NHL_Data = 'https://docs.google.com/spreadsheets/d/1NmKa-b-2D3w7rRxwMPSchh31GKfJ1XcDI2GU8rXWnHI/edit#gid=1158895881'
|
38 |
|
39 |
-
@st.cache_resource(ttl =
|
40 |
def init_baselines():
|
41 |
sh = gcservice_account.open_by_url(NHL_Data)
|
42 |
|
|
|
36 |
|
37 |
NHL_Data = 'https://docs.google.com/spreadsheets/d/1NmKa-b-2D3w7rRxwMPSchh31GKfJ1XcDI2GU8rXWnHI/edit#gid=1158895881'
|
38 |
|
39 |
+
@st.cache_resource(ttl = 600)
|
40 |
def init_baselines():
|
41 |
sh = gcservice_account.open_by_url(NHL_Data)
|
42 |
|