project21 commited on
Commit
174e373
·
verified ·
1 Parent(s): 33f1e5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -435,7 +435,7 @@ with gr.Blocks(css="""
435
 
436
  with gr.Row():
437
  with gr.Column(scale=8, elem_classes="chat-column"):
438
- chatbot = gr.Chatbot(label="Assistant", elem_id="chatbot", show_label=False).style(height=600)
439
  with gr.Row():
440
  txt = gr.Textbox(label="Type a message...", placeholder="Ask a question or upload images", show_label=False)
441
  submit = gr.Button("Send")
 
435
 
436
  with gr.Row():
437
  with gr.Column(scale=8, elem_classes="chat-column"):
438
+ chatbot = gr.Chatbot(label="Assistant", elem_id="chatbot", show_label=False).scale(height=600)
439
  with gr.Row():
440
  txt = gr.Textbox(label="Type a message...", placeholder="Ask a question or upload images", show_label=False)
441
  submit = gr.Button("Send")