vonshed commited on
Commit
0ccda92
1 Parent(s): 2808d73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ if prompt := st.chat_input(f"Hi I'm {selected_model}, how are you?"):
177
  st.markdown(prompt)
178
  # Add user message to chat history
179
  st.session_state.messages.append({"role": "user", "content": prompt})
180
- st.session_state.messages.append({"role": "assistant", "content": "Ask a single question each time, related to well being and mental health and to the content."})
181
 
182
  # Display assistant response in chat message container
183
  with st.chat_message("assistant"):
 
177
  st.markdown(prompt)
178
  # Add user message to chat history
179
  st.session_state.messages.append({"role": "user", "content": prompt})
180
+ st.session_state.messages.append({"role": "assistant", "content": "Ask a single question each time, related to well being and mental health and to the content."})
181
 
182
  # Display assistant response in chat message container
183
  with st.chat_message("assistant"):