adrianpierce commited on
Commit
7050ec2
1 Parent(s): 6ea0cd0

Update app.py

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