Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -246,6 +246,7 @@ with tab1:
|
|
| 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
|
|
|
|
| 246 |
delete_prompt(f["title"])
|
| 247 |
st.rerun()
|
| 248 |
with tab2:
|
| 249 |
+
# Clear chat history
|
| 250 |
if st.button("Clear Chatbot history", type="secondary"):
|
| 251 |
clear()
|
| 252 |
# Initialize chat history
|