Spaces:
Runtime error
Runtime error
Commit
·
4a69763
1
Parent(s):
119e7a1
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,8 +12,9 @@ if 'gpt_response' not in st.session_state:
|
|
| 12 |
st.session_state.gpt_response = None
|
| 13 |
|
| 14 |
# app
|
|
|
|
| 15 |
user_direction = st.text_area(
|
| 16 |
-
"
|
| 17 |
placeholder="quick snack, asian style bowl with either noodles or rice, something italian",
|
| 18 |
)
|
| 19 |
|
|
|
|
| 12 |
st.session_state.gpt_response = None
|
| 13 |
|
| 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 |
|