Jekyll2000 commited on
Commit
5418dd8
·
verified ·
1 Parent(s): 86e1bd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ st.sidebar.markdown("[Visit us at](https://www.insighttherapysolutions.com/)")
67
 
68
 
69
 
70
- #msgs = StreamlitChatMessageHistory(key="langchain_messages")
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:")