Omnibus commited on
Commit
4c42e56
·
1 Parent(s): d174ca7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ with gr.Blocks() as app:
194
  output = gr.HTML("""""")
195
  with gr.Row():
196
  with gr.Column(scale=1):
197
- inp_im=gr.Textbox(label="Drag Image Here",height="100%")
198
  with gr.Column(scale=3):
199
  images = gr.HTML("""""")
200
  with gr.Row() as im_row:
 
194
  output = gr.HTML("""""")
195
  with gr.Row():
196
  with gr.Column(scale=1):
197
+ inp_im=gr.Textbox(label="Drag Image Here")
198
  with gr.Column(scale=3):
199
  images = gr.HTML("""""")
200
  with gr.Row() as im_row: