multimodalart HF Staff commited on
Commit
6834b26
·
verified ·
1 Parent(s): 9fd6021

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,7 +223,7 @@ def create_demo():
223
 
224
  with gr.Row():
225
  with gr.Column(scale=3):
226
- chatbot = gr.Chatbot(label="Conversation", height=520)
227
  chat_input = gr.MultimodalTextbox(
228
  interactive=True,
229
  file_types=["image"],
 
223
 
224
  with gr.Row():
225
  with gr.Column(scale=3):
226
+ chatbot = gr.Chatbot(label="Conversation")
227
  chat_input = gr.MultimodalTextbox(
228
  interactive=True,
229
  file_types=["image"],