Spaces:
Runtime error
Runtime error
ryanzhangfan
commited on
Commit
•
bcca711
1
Parent(s):
8115f0a
Update app.py
Browse files
app.py
CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks() as demo:
|
|
220 |
with gr.Row():
|
221 |
with gr.Column(scale=0.2):
|
222 |
user_input = gr.Textbox(
|
223 |
-
show_label=False, placeholder="Type your message here...", lines=
|
224 |
)
|
225 |
user_image = gr.Image(
|
226 |
sources="upload", type="pil", label="Upload an image (optional)"
|
|
|
220 |
with gr.Row():
|
221 |
with gr.Column(scale=0.2):
|
222 |
user_input = gr.Textbox(
|
223 |
+
show_label=False, placeholder="Type your message here...", lines=10, container=False,
|
224 |
)
|
225 |
user_image = gr.Image(
|
226 |
sources="upload", type="pil", label="Upload an image (optional)"
|