Spaces:
Sleeping
Sleeping
Commit
·
66fa690
1
Parent(s):
a759596
remove save conversations
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -31,7 +31,7 @@ def submit_message():
|
|
| 31 |
st.session_state.response_time = f"{end - start:.2f}"
|
| 32 |
|
| 33 |
st.session_state.conversation.extend(new_messages)
|
| 34 |
-
save_conversation()
|
| 35 |
|
| 36 |
st.subheader("Receptionist Agent")
|
| 37 |
|
|
|
|
| 31 |
st.session_state.response_time = f"{end - start:.2f}"
|
| 32 |
|
| 33 |
st.session_state.conversation.extend(new_messages)
|
| 34 |
+
# save_conversation()
|
| 35 |
|
| 36 |
st.subheader("Receptionist Agent")
|
| 37 |
|