adrianpierce commited on
Commit
5182c3f
1 Parent(s): 8c7b555

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import openai
7
  openai.api_key = st.secrets["open_ai_key"]
8
 
9
  user_direction = st.text_area(
10
- "Let's get cooking! What are you in the mood for?",
11
  placeholder="quick snack, asian style bowl with either noodles or rice, something italian, ...",
12
  )
13
 
 
7
  openai.api_key = st.secrets["open_ai_key"]
8
 
9
  user_direction = st.text_area(
10
+ "Let's get cooking! What do you feel like making?",
11
  placeholder="quick snack, asian style bowl with either noodles or rice, something italian, ...",
12
  )
13