EvanTHU commited on
Commit
91fc20d
·
verified ·
1 Parent(s): 3a57610

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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).style(height=875)
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()