FantasticGNU commited on
Commit
a3e6dcb
1 Parent(s): 3dfac1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -188,12 +188,12 @@ with gr.Blocks() as demo:
188
  with gr.Column(scale=3):
189
  with gr.Row(scale=5):
190
  with gr.Column(scale=6):
191
- chatbot = gr.Chatbot()#.style(height=415)
192
  with gr.Column(scale=4):
193
  # gr.Image(output)
194
  image_output = gr.Image(interactive=False, label="Localization Output", every=1.0, shape=[224,224], type='pil',value=PILImage.open('ffffff.png'))
195
  with gr.Row(scale=3):
196
- user_input = gr.Textbox(show_label=False, placeholder="Input...", lines=12).style(container=False)
197
  with gr.Row(scale=1):
198
  with gr.Column(scale=2):
199
  submitBtn = gr.Button("Submit", variant="primary")
 
188
  with gr.Column(scale=3):
189
  with gr.Row(scale=5):
190
  with gr.Column(scale=6):
191
+ chatbot = gr.Chatbot()#.style(height=430)
192
  with gr.Column(scale=4):
193
  # gr.Image(output)
194
  image_output = gr.Image(interactive=False, label="Localization Output", every=1.0, shape=[224,224], type='pil',value=PILImage.open('ffffff.png'))
195
  with gr.Row(scale=3):
196
+ user_input = gr.Textbox(show_label=False, placeholder="Input...", lines=10).style(container=False)
197
  with gr.Row(scale=1):
198
  with gr.Column(scale=2):
199
  submitBtn = gr.Button("Submit", variant="primary")