Spaces:
Runtime error
Runtime error
Update app_v2.py
Browse files
app_v2.py
CHANGED
|
@@ -71,7 +71,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="green", secondary_hue="emera
|
|
| 71 |
[],
|
| 72 |
elem_id="chatbot",
|
| 73 |
bubble_full_width=False,
|
| 74 |
-
height =
|
| 75 |
)
|
| 76 |
|
| 77 |
chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
|
|
|
|
| 71 |
[],
|
| 72 |
elem_id="chatbot",
|
| 73 |
bubble_full_width=False,
|
| 74 |
+
height = 550
|
| 75 |
)
|
| 76 |
|
| 77 |
chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
|