Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ if uploaded_file:
|
|
74 |
# st.write("Embeddings Generated and Stored Successfully!")
|
75 |
|
76 |
# Interactive chat section
|
77 |
-
st.write("
|
78 |
|
79 |
# State management for chat history
|
80 |
if "chat_history" not in st.session_state:
|
|
|
74 |
# st.write("Embeddings Generated and Stored Successfully!")
|
75 |
|
76 |
# Interactive chat section
|
77 |
+
st.write("Chat with Your Documents")
|
78 |
|
79 |
# State management for chat history
|
80 |
if "chat_history" not in st.session_state:
|