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