ArturG9 commited on
Commit
f16a5fa
1 Parent(s): b368f50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def main():
102
 
103
 
104
  if "messages" not in st.session_state:
105
- st.session_state["messages"] = [
106
  {"role": "assistant", "content": "Hi, I'm a chatbot who can search the web. How can I help you?"}
107
  ]
108
 
 
102
 
103
 
104
  if "messages" not in st.session_state:
105
+ st.session_state["messages"] = [
106
  {"role": "assistant", "content": "Hi, I'm a chatbot who can search the web. How can I help you?"}
107
  ]
108