ishaandtotoro commited on
Commit
1191f38
·
verified ·
1 Parent(s): 67e529a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ def respond(message, history):
135
 
136
  with gr.Blocks(theme='earneleh/paris') as chatbot:
137
  with gr.Row(scale=1):
138
- gr.Image("icecream.jpg")
139
  with gr.Row(scale=1):
140
  gr.ChatInterface(respond, type= 'messages')
141
 
 
135
 
136
  with gr.Blocks(theme='earneleh/paris') as chatbot:
137
  with gr.Row(scale=1):
138
+ gr.Image("joysco.png")
139
  with gr.Row(scale=1):
140
  gr.ChatInterface(respond, type= 'messages')
141