Geraldine commited on
Commit
bf3ab26
·
verified ·
1 Parent(s): 2a3483e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 chatbot history", type="secondary"):
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: