Spaces:
Runtime error
Runtime error
xinfyxinfy
commited on
Commit
·
8efaf4f
1
Parent(s):
3fb9e3a
Update app.py
Browse filesrolled back cache clear to old streamlit
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.
|
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 |
|