Spaces:
Running
Running
Update app.py
Browse files
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("π
|
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)
|