Anne31415 commited on
Commit
ef74c25
·
verified ·
1 Parent(s): 6af6ea2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -527,6 +527,11 @@ def page3():
527
  st.error("File not found. Please check the file path.")
528
  return
529
 
 
 
 
 
 
530
  # Initialize CromA client
531
  chroma_client = chromadb.Client()
532
 
 
527
  st.error("File not found. Please check the file path.")
528
  return
529
 
530
+ display_chat_history(st.session_state['chat_history_page3'])
531
+ new_messages_placeholder = st.empty()
532
+ query = st.text_input("Geben Sie hier Ihre Frage ein / Enter your question here:")
533
+
534
+
535
  # Initialize CromA client
536
  chroma_client = chromadb.Client()
537