macleomy commited on
Commit
36be940
·
verified ·
1 Parent(s): f1ea3b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ openai.api_key = st.secrets["OPENAI_API_KEY"]
9
  grounding = st.secrets["GROUNDING"]
10
 
11
 
12
- image = Image.open('logo.png')
13
 
14
  st.image(image)
15
 
 
9
  grounding = st.secrets["GROUNDING"]
10
 
11
 
12
+ image = Image.open('recipeBot.webp')
13
 
14
  st.image(image)
15