Spaces:
Runtime error
Runtime error
Commit
·
38d0ec4
1
Parent(s):
6161a8d
Update app.py
Browse files
app.py
CHANGED
|
@@ -282,7 +282,7 @@ with gr.Blocks() as demo:
|
|
| 282 |
with gr.Row():
|
| 283 |
chatbot = gr.Chatbot(label='M2UGen Chatbot', avatar_images=(
|
| 284 |
(os.path.join(os.path.dirname(__file__), 'user.png')),
|
| 285 |
-
(os.path.join(os.path.dirname(__file__), "bot.png")))
|
| 286 |
|
| 287 |
with gr.Tab("User Input"):
|
| 288 |
with gr.Row(scale=3):
|
|
|
|
| 282 |
with gr.Row():
|
| 283 |
chatbot = gr.Chatbot(label='M2UGen Chatbot', avatar_images=(
|
| 284 |
(os.path.join(os.path.dirname(__file__), 'user.png')),
|
| 285 |
+
(os.path.join(os.path.dirname(__file__), "bot.png"))), height=440)
|
| 286 |
|
| 287 |
with gr.Tab("User Input"):
|
| 288 |
with gr.Row(scale=3):
|