Spaces:
BAAI
/
Runtime error

ryanzhangfan commited on
Commit
f915f24
1 Parent(s): 66ecdd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- ).style(container=False)
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(