Geraldine commited on
Commit
92e0104
·
verified ·
1 Parent(s): bf3ab26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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