Spaces:
Runtime error
Runtime error
ryanzhangfan
commited on
Commit
•
f915f24
1
Parent(s):
66ecdd5
Update app.py
Browse files
app.py
CHANGED
@@ -181,8 +181,8 @@ with gr.Blocks() as demo:
|
|
181 |
with gr.Row():
|
182 |
with gr.Column(scale=0.85):
|
183 |
user_input = gr.Textbox(
|
184 |
-
show_label=False, placeholder="Type your message here...", lines=2
|
185 |
-
)
|
186 |
with gr.Column(scale=0.15, min_width=0):
|
187 |
submit_btn = gr.Button("Send")
|
188 |
user_image = gr.Image(
|
|
|
181 |
with gr.Row():
|
182 |
with gr.Column(scale=0.85):
|
183 |
user_input = gr.Textbox(
|
184 |
+
show_label=False, placeholder="Type your message here...", lines=2, container=False,
|
185 |
+
)
|
186 |
with gr.Column(scale=0.15, min_width=0):
|
187 |
submit_btn = gr.Button("Send")
|
188 |
user_image = gr.Image(
|