sonjil commited on
Commit
37f0629
·
verified ·
1 Parent(s): dba234d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ for message in st.session_state.messages[1:]:
246
  st.markdown(message["content"])
247
 
248
  # User input
249
- if prompt := st.chat_input("What would you like recommendations for?"):
250
  # Prepare the user information
251
  user_info = f"""
252
  Name: {name}
 
246
  st.markdown(message["content"])
247
 
248
  # User input
249
+ if prompt := st.chat_input("Type Anything to start"):
250
  # Prepare the user information
251
  user_info = f"""
252
  Name: {name}