Spaces:
Sleeping
Sleeping
venkat charan
commited on
Update app.py
Browse files
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 |
-
|
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 |
|