Spaces:
Running
Running
adrianpierce
commited on
Commit
•
5182c3f
1
Parent(s):
8c7b555
Update app.py
Browse files
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
|
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 |
|