Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ rag_chain = create_retrieval_chain(history_aware_retriever, question_answering_c
|
|
| 82 |
|
| 83 |
# ======================================================= Streamlit UI =======================================================
|
| 84 |
|
| 85 |
-
st.title("
|
| 86 |
|
| 87 |
# Initialize chat history
|
| 88 |
if "chat_history" not in st.session_state:
|
|
|
|
| 82 |
|
| 83 |
# ======================================================= Streamlit UI =======================================================
|
| 84 |
|
| 85 |
+
st.title("Chat with Content Engine")
|
| 86 |
|
| 87 |
# Initialize chat history
|
| 88 |
if "chat_history" not in st.session_state:
|