jonathanjordan21 commited on
Commit
675db3f
1 Parent(s): f1edf44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ st.subheader("")
57
 
58
  # Initialize chat history
59
  if "messages" not in st.session_state:
60
- st.session_state.messages = [{"role":"assistant", "content":"Hello, My name is Jonathan Jordan. You can call me Jojo. How can I help you today?"}]
61
 
62
  # Display chat messages from history on app rerun
63
  for message in st.session_state.messages:
 
57
 
58
  # Initialize chat history
59
  if "messages" not in st.session_state:
60
+ st.session_state.messages = [{"role":"assistant", "content":"Hello, I'm AI medical consultant. How can I help you today?"}]
61
 
62
  # Display chat messages from history on app rerun
63
  for message in st.session_state.messages: