Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -633,7 +633,7 @@ with gr.Blocks(title='MotionLLM', theme=gr.themes.Default(), css=block_css) as d
|
|
633 |
)
|
634 |
|
635 |
with gr.Column(scale=7):
|
636 |
-
chatbot = gr.Chatbot(label="MotionLLM", bubble_full_width=True
|
637 |
with gr.Row():
|
638 |
with gr.Column(scale=8):
|
639 |
textbox.render()
|
|
|
633 |
)
|
634 |
|
635 |
with gr.Column(scale=7):
|
636 |
+
chatbot = gr.Chatbot(label="MotionLLM", bubble_full_width=True, height=875)
|
637 |
with gr.Row():
|
638 |
with gr.Column(scale=8):
|
639 |
textbox.render()
|