Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ player_roo_format = {'Top_finish': '{:.2%}','Top_5_finish': '{:.2%}', 'Top_10_fi
|
|
40 |
|
41 |
all_dk_player_projections = 'https://docs.google.com/spreadsheets/d/1NmKa-b-2D3w7rRxwMPSchh31GKfJ1XcDI2GU8rXWnHI/edit#gid=1401252991'
|
42 |
|
43 |
-
@st.cache_resource(ttl=
|
44 |
def player_stat_table():
|
45 |
sh = gspreadcon.open_by_url(all_dk_player_projections)
|
46 |
worksheet = sh.worksheet('Player_Level_ROO')
|
|
|
40 |
|
41 |
all_dk_player_projections = 'https://docs.google.com/spreadsheets/d/1NmKa-b-2D3w7rRxwMPSchh31GKfJ1XcDI2GU8rXWnHI/edit#gid=1401252991'
|
42 |
|
43 |
+
@st.cache_resource(ttl=300)
|
44 |
def player_stat_table():
|
45 |
sh = gspreadcon.open_by_url(all_dk_player_projections)
|
46 |
worksheet = sh.worksheet('Player_Level_ROO')
|