Closed jkanner closed 9 months ago
Info on how to do this, here:
https://docs.streamlit.io/library/api-reference/performance/st.cache_data
if st.button("Clear All"): # Clear values from *all* all in-memory and on-disk data caches: # i.e. clear values from both square and cube st.cache_data.clear()
Consider also adding a try/except clause for skymap generation, to guard against errors on the GWTC-1 case.
Addressed in PR #84
Info on how to do this, here:
https://docs.streamlit.io/library/api-reference/performance/st.cache_data