Multichem commited on
Commit
2532b19
·
verified ·
1 Parent(s): 274eae9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ expose_format = {'Proj Own': '{:.2%}','Exposure': '{:.2%}'}
47
 
48
  all_dk_player_projections = 'https://docs.google.com/spreadsheets/d/1I_1Ve3F4tftgfLQQoRKOJ351XfEG48s36OxXUKxmgS8/edit#gid=1391856348'
49
 
50
- @st.cache_resource(ttl=300)
51
  def init_baselines():
52
  sh = gc.open_by_url(all_dk_player_projections)
53
  worksheet = sh.worksheet('SD_Projections')
 
47
 
48
  all_dk_player_projections = 'https://docs.google.com/spreadsheets/d/1I_1Ve3F4tftgfLQQoRKOJ351XfEG48s36OxXUKxmgS8/edit#gid=1391856348'
49
 
50
+ @st.cache_resource(ttl=299)
51
  def init_baselines():
52
  sh = gc.open_by_url(all_dk_player_projections)
53
  worksheet = sh.worksheet('SD_Projections')