Spaces:
Running
Running
crcdng
commited on
Commit
·
b8a5966
1
Parent(s):
f53f847
fix
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
@@ -338,7 +338,7 @@ class GradioUI:
|
|
338 |
description=gr.HTML(description_html)
|
339 |
stored_messages = gr.State([])
|
340 |
file_uploads_log = gr.State([])
|
341 |
-
with gr.Row():
|
342 |
chatbot = gr.Chatbot(
|
343 |
label="Agent",
|
344 |
type="messages",
|
|
|
338 |
description=gr.HTML(description_html)
|
339 |
stored_messages = gr.State([])
|
340 |
file_uploads_log = gr.State([])
|
341 |
+
with gr.Row(equal_height=True):
|
342 |
chatbot = gr.Chatbot(
|
343 |
label="Agent",
|
344 |
type="messages",
|