Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ st.sidebar.markdown("[Visit us at](https://www.insighttherapysolutions.com/)")
|
|
67 |
|
68 |
|
69 |
|
70 |
-
|
71 |
|
72 |
# --- Main Content ---
|
73 |
st.markdown("## 🔍 Chatbot For AI Engineer test:")
|
|
|
67 |
|
68 |
|
69 |
|
70 |
+
msgs = StreamlitChatMessageHistory(key="langchain_messages")
|
71 |
|
72 |
# --- Main Content ---
|
73 |
st.markdown("## 🔍 Chatbot For AI Engineer test:")
|