ArturG9 commited on
Commit
c694eae
1 Parent(s): 687dbd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def main():
79
  st.header("Chat with multiple PDFs :books:")
80
 
81
  if "messages" not in st.session_state:
82
- st.session_state["messages"] = [
83
  {"role": "assistant", "content": "Hi, I'm a chatbot who can search the web. How can I help you?"}
84
  ]
85
 
 
79
  st.header("Chat with multiple PDFs :books:")
80
 
81
  if "messages" not in st.session_state:
82
+ st.session_state["messages"] = [
83
  {"role": "assistant", "content": "Hi, I'm a chatbot who can search the web. How can I help you?"}
84
  ]
85