adrianpierce commited on
Commit
6ea0cd0
1 Parent(s): 3dc1f97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ if 'gpt_response' not in st.session_state:
14
  # app
15
  st.title("Let's get cooking :male-cook:")
16
  user_direction = st.text_area(
17
- "What do you feel like making?",
18
  placeholder="quick snack, asian style bowl with either noodles or rice, something italian",
19
  )
20
 
 
14
  # app
15
  st.title("Let's get cooking :male-cook:")
16
  user_direction = st.text_area(
17
+ "What do you want to cook? Describe a dish, cuisine, event, or just a vibe.",
18
  placeholder="quick snack, asian style bowl with either noodles or rice, something italian",
19
  )
20