marchae commited on
Commit
7825446
1 Parent(s): f381490

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('Marchant Brews.png')
13
 
14
  st.image(image)
15
 
 
9
  grounding = st.secrets["GROUNDING"]
10
 
11
 
12
+ image = Image.open('MarchantLogo.png')
13
 
14
  st.image(image)
15