Spaces:
Running
on
Zero
Running
on
Zero
change height
Browse files
app.py
CHANGED
@@ -144,6 +144,7 @@ examples = [
|
|
144 |
chat = gr.ChatInterface(
|
145 |
fn=bot,
|
146 |
multimodal=True,
|
|
|
147 |
textbox=gr.MultimodalTextbox(
|
148 |
interactive=True,
|
149 |
file_types=["image"],
|
|
|
144 |
chat = gr.ChatInterface(
|
145 |
fn=bot,
|
146 |
multimodal=True,
|
147 |
+
chatbot=gr.Chatbot(label="Chatbot", scale=1, height=500),
|
148 |
textbox=gr.MultimodalTextbox(
|
149 |
interactive=True,
|
150 |
file_types=["image"],
|