Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ with tab1:
|
|
246 |
delete_prompt(f["title"])
|
247 |
st.rerun()
|
248 |
with tab2:
|
249 |
-
if st.button("Clear
|
250 |
clear()
|
251 |
# Initialize chat history
|
252 |
if "messages" not in st.session_state:
|
|
|
246 |
delete_prompt(f["title"])
|
247 |
st.rerun()
|
248 |
with tab2:
|
249 |
+
if st.button("Clear Chatbot history", type="secondary"):
|
250 |
clear()
|
251 |
# Initialize chat history
|
252 |
if "messages" not in st.session_state:
|