Spaces:
Sleeping
Sleeping
adding image under dropdown
Browse files
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(
|