Spaces:
Sleeping
Sleeping
Update app.py (#1)
Browse files- Update app.py (65b7e854556bc44e3eaa66339352af1b07ca926b)
Co-authored-by: Nishitha Chidipothu <Nishitha-Chidipothu@users.noreply.huggingface.co>
app.py
CHANGED
|
@@ -29,7 +29,7 @@ Try more LangChain 🤝 Streamlit Agent examples at [github.com/langchain-ai/str
|
|
| 29 |
|
| 30 |
if "messages" not in st.session_state:
|
| 31 |
st.session_state["messages"] = [
|
| 32 |
-
{"role": "assistant", "content": "Hi, I'm a chatbot who
|
| 33 |
]
|
| 34 |
|
| 35 |
for msg in st.session_state.messages:
|
|
|
|
| 29 |
|
| 30 |
if "messages" not in st.session_state:
|
| 31 |
st.session_state["messages"] = [
|
| 32 |
+
{"role": "assistant", "content": "Hi, I'm a chatbot who is trying to answer your questions"}
|
| 33 |
]
|
| 34 |
|
| 35 |
for msg in st.session_state.messages:
|