venkat charan commited on
Commit
6c1d16f
·
verified ·
1 Parent(s): b0dff20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -53,7 +53,7 @@ while st.button("End Conversation")!=True:
53
  # st.write(f"{msg['role']}: {msg['content']}")
54
 
55
  # Optionally, you can also add a button to reset the conversation history
56
- if st.button("End Conversation"):
57
- end_conv()
58
 
59
 
 
53
  # st.write(f"{msg['role']}: {msg['content']}")
54
 
55
  # Optionally, you can also add a button to reset the conversation history
56
+ #if st.button("End Conversation"):
57
+ # end_conv()
58
 
59