Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def init_DK_seed_frame():
|
|
67 |
|
68 |
return DK_seed
|
69 |
|
70 |
-
@st.cache_data(ttl =
|
71 |
def init_FD_seed_frame():
|
72 |
collection = db["FD_MLB_seed_frame"]
|
73 |
cursor = collection.find()
|
|
|
67 |
|
68 |
return DK_seed
|
69 |
|
70 |
+
@st.cache_data(ttl = 60)
|
71 |
def init_FD_seed_frame():
|
72 |
collection = db["FD_MLB_seed_frame"]
|
73 |
cursor = collection.find()
|