Spaces:
Running
Running
James McCool
commited on
Commit
·
07a4d86
1
Parent(s):
185a85c
ping
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ st.markdown("""
|
|
61 |
}
|
62 |
</style>""", unsafe_allow_html=True)
|
63 |
|
64 |
-
@st.cache_resource(ttl =
|
65 |
def init_baselines():
|
66 |
|
67 |
collection = db["Hitter_Info"]
|
|
|
61 |
}
|
62 |
</style>""", unsafe_allow_html=True)
|
63 |
|
64 |
+
@st.cache_resource(ttl = 61)
|
65 |
def init_baselines():
|
66 |
|
67 |
collection = db["Hitter_Info"]
|