Multichem commited on
Commit
f453e17
·
verified ·
1 Parent(s): a9f73f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ NBA_Data = 'https://docs.google.com/spreadsheets/d/1Yq0vGriWK-bS79e-bD6_u9pqrYE6
46
 
47
  percentages_format = {'PG': '{:.2%}', 'SG': '{:.2%}', 'SF': '{:.2%}', 'PF': '{:.2%}', 'C': '{:.2%}'}
48
 
49
- @st.cache_resource(ttl = 600)
50
  def init_baselines():
51
  sh = gcservice_account.open_by_url(NBA_Data)
52
  collection = db["gamelog"]
 
46
 
47
  percentages_format = {'PG': '{:.2%}', 'SG': '{:.2%}', 'SF': '{:.2%}', 'PF': '{:.2%}', 'C': '{:.2%}'}
48
 
49
+ @st.cache_resource(ttl = 599)
50
  def init_baselines():
51
  sh = gcservice_account.open_by_url(NBA_Data)
52
  collection = db["gamelog"]