xinfyxinfy commited on
Commit
371d302
·
1 Parent(s): 8efaf4f

Update app.py

Browse files

commented cache clear as huggingface still running streamlit v1.17

Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -214,10 +214,10 @@ if st.button('Submit'):
214
 
215
 
216
 
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
 
 
214
 
215
 
216
 
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