Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ for message in st.session_state.messages:
|
|
52 |
|
53 |
|
54 |
# React to user input
|
55 |
-
if prompt := st.chat_input("
|
56 |
|
57 |
# Display user message in chat message container
|
58 |
st.chat_message("user").markdown(prompt)
|
|
|
52 |
|
53 |
|
54 |
# React to user input
|
55 |
+
if prompt := st.chat_input("😉 Ask any question or feel free to use the examples provided in the left sidebar."):
|
56 |
|
57 |
# Display user message in chat message container
|
58 |
st.chat_message("user").markdown(prompt)
|