Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def init_DK_seed_frame():
|
|
72 |
|
73 |
return DK_seed
|
74 |
|
75 |
-
@st.cache_data(ttl =
|
76 |
def init_FD_seed_frame():
|
77 |
collection = db["FD_MLB_seed_frame"]
|
78 |
cursor = collection.find()
|
|
|
72 |
|
73 |
return DK_seed
|
74 |
|
75 |
+
@st.cache_data(ttl = 59)
|
76 |
def init_FD_seed_frame():
|
77 |
collection = db["FD_MLB_seed_frame"]
|
78 |
cursor = collection.find()
|