Update app.py
Browse files
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).
|
| 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")
|