Spaces:
Running
Running
James McCool
commited on
Commit
·
24c7e4d
1
Parent(s):
15c480c
ping
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -66,7 +66,7 @@ st.markdown("""
|
|
| 66 |
|
| 67 |
</style>""", unsafe_allow_html=True)
|
| 68 |
|
| 69 |
-
@st.cache_resource(ttl=
|
| 70 |
def init_baselines():
|
| 71 |
|
| 72 |
collection = db["Player_Baselines"]
|
|
|
|
| 66 |
|
| 67 |
</style>""", unsafe_allow_html=True)
|
| 68 |
|
| 69 |
+
@st.cache_resource(ttl=600)
|
| 70 |
def init_baselines():
|
| 71 |
|
| 72 |
collection = db["Player_Baselines"]
|