Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,9 +53,9 @@ def main():
|
|
53 |
with st.spinner("Answering"):
|
54 |
|
55 |
|
56 |
-
if st.button("CLEAR"):
|
57 |
-
with st.spinner("CLEARING"):
|
58 |
-
st.cache_data.clear()
|
59 |
|
60 |
|
61 |
#with st.sidebar:
|
|
|
53 |
with st.spinner("Answering"):
|
54 |
|
55 |
|
56 |
+
#if st.button("CLEAR"):
|
57 |
+
#with st.spinner("CLEARING"):
|
58 |
+
#st.cache_data.clear()
|
59 |
|
60 |
|
61 |
#with st.sidebar:
|