Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,6 +25,7 @@ with gr.Blocks(css=css, fill_height=True) as demo:
|
|
| 25 |
[],
|
| 26 |
elem_id="chatbot",
|
| 27 |
bubble_full_width=True,
|
|
|
|
| 28 |
)
|
| 29 |
|
| 30 |
chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
|
|
|
|
| 25 |
[],
|
| 26 |
elem_id="chatbot",
|
| 27 |
bubble_full_width=True,
|
| 28 |
+
height=700,
|
| 29 |
)
|
| 30 |
|
| 31 |
chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
|