xinfyxinfy commited on
Commit
8efaf4f
·
1 Parent(s): 3fb9e3a

Update app.py

Browse files

rolled back cache clear to old streamlit

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -217,7 +217,7 @@ if st.button('Submit'):
217
  if st.button("Clear All"):
218
  # Clear values from *all* all in-memory and on-disk data caches:
219
  # i.e. clear values from both square and cube
220
- st.cache_data.clear()
221
 
222
 
223
 
 
217
  if st.button("Clear All"):
218
  # Clear values from *all* all in-memory and on-disk data caches:
219
  # i.e. clear values from both square and cube
220
+ st.cache.clear()
221
 
222
 
223