gracexf commited on
Commit
f8641c9
·
verified ·
1 Parent(s): 76ee65e

adding image under dropdown

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -267,6 +267,12 @@ with gr.Blocks(theme=custom_theme) as chatbot:
267
  info="What is your dog's size?",
268
  interactive=True
269
  )
 
 
 
 
 
 
270
 
271
  with gr.Column(scale=4):
272
  gr.ChatInterface(
 
267
  info="What is your dog's size?",
268
  interactive=True
269
  )
270
+ gr.Image(
271
+ value="BarkBot.png",
272
+ show_label=False,
273
+ show_share_button=False,
274
+ show_download_button=False
275
+ )
276
 
277
  with gr.Column(scale=4):
278
  gr.ChatInterface(