rianders Nishitha-Chidipothu commited on
Commit
933ef26
·
verified ·
1 Parent(s): ab184cc

Update app.py (#1)

Browse files

- Update app.py (65b7e854556bc44e3eaa66339352af1b07ca926b)


Co-authored-by: Nishitha Chidipothu <Nishitha-Chidipothu@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
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 can search the web. How can I help you?"}
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: