eagle0504 commited on
Commit
5ebc2df
·
verified ·
1 Parent(s): e50bcc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("What is up?"):
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)