Wajahat698 commited on
Commit
ee2529a
·
verified ·
1 Parent(s): 7c40084

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -1665,11 +1665,7 @@ def handle_memory_queries(prompt):
1665
  st.markdown(assistant_response)
1666
  return None
1667
 
1668
- with st.chat_message("assistant"):
1669
- st.markdown(assistant_response)
1670
- session_state.chat_history.append({"role": "assistant", "content": assistant_response})
1671
-
1672
- return None
1673
 
1674
  def handle_save_trustbuilder(content, specified_bucket=None):
1675
  """
 
1665
  st.markdown(assistant_response)
1666
  return None
1667
 
1668
+
 
 
 
 
1669
 
1670
  def handle_save_trustbuilder(content, specified_bucket=None):
1671
  """