Spaces:
Running
Running
Update app.py gradio ui height
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|
172 |
image_box = gr.Image(type="filepath")
|
173 |
|
174 |
# Chat UI
|
175 |
-
chatbot = gr.Chatbot(scale=2, height=
|
176 |
text_box = gr.Textbox(
|
177 |
placeholder="Enter text and press enter, or upload an image",
|
178 |
container=False,
|
|
|
172 |
image_box = gr.Image(type="filepath")
|
173 |
|
174 |
# Chat UI
|
175 |
+
chatbot = gr.Chatbot(scale=2, height=750)
|
176 |
text_box = gr.Textbox(
|
177 |
placeholder="Enter text and press enter, or upload an image",
|
178 |
container=False,
|