Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -103,6 +103,9 @@ def main():
|
|
103 |
if st.button("Answer"):
|
104 |
with st.spinner("Answering"):
|
105 |
handle_userinput(user_question)
|
|
|
|
|
|
|
106 |
|
107 |
|
108 |
with st.sidebar:
|
|
|
103 |
if st.button("Answer"):
|
104 |
with st.spinner("Answering"):
|
105 |
handle_userinput(user_question)
|
106 |
+
if st.button("CLEAR"):
|
107 |
+
with st.spinner("CLEARING"):
|
108 |
+
st.cache_data.clear()
|
109 |
|
110 |
|
111 |
with st.sidebar:
|