Multichem commited on
Commit
58e1c0d
·
1 Parent(s): ca62fa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 599)
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