Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -92,9 +92,4 @@ st.sidebar.markdown("[Visit us at](https://www.insighttherapysolutions.com/)")
|
|
92 |
#msgs = StreamlitChatMessageHistory(key="langchain_messages")
|
93 |
|
94 |
# --- Main Content ---
|
95 |
-
st.markdown("## 🔍 Chatbot For AI Engineer test:")
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
except Exception as e:
|
100 |
-
st.error(f"An error occured. {e}")
|
|
|
92 |
#msgs = StreamlitChatMessageHistory(key="langchain_messages")
|
93 |
|
94 |
# --- Main Content ---
|
95 |
+
st.markdown("## 🔍 Chatbot For AI Engineer test:")
|
|
|
|
|
|
|
|
|
|