Spaces:
Sleeping
Sleeping
Commit
·
8c7b555
1
Parent(s):
9ff2b7e
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,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 |
-
|
12 |
)
|
13 |
|
14 |
serving_size = st.number_input(
|
|
|
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 |
|
14 |
serving_size = st.number_input(
|