eagle0504 commited on
Commit
a20cadc
Β·
verified Β·
1 Parent(s): c13ec1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ if "example_prompt" in st.session_state and st.session_state["example_prompt"]:
122
  st.session_state.messages.append({"role": "assistant", "content": response})
123
 
124
  # React to user input
125
- if prompt := st.chat_input("πŸ˜‰ Ask any question or feel free to use the examples provided in the left sidebar."):
126
 
127
  # Display user message in chat message container
128
  st.chat_message("user").markdown(prompt)
 
122
  st.session_state.messages.append({"role": "assistant", "content": response})
123
 
124
  # React to user input
125
+ if prompt := st.chat_input("πŸ˜‰ Virtual Yiqiao is here to help."):
126
 
127
  # Display user message in chat message container
128
  st.chat_message("user").markdown(prompt)