Omnibus commited on
Commit
69c323c
·
1 Parent(s): b5334f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -193,9 +193,10 @@ with gr.Blocks() as app:
193
  details = gr.HTML("""""")
194
  output = gr.HTML("""""")
195
  with gr.Row():
196
- with gr.Column(width="10%"):
197
  inp_im=gr.Image(label="Drag Image Here")
198
- images = gr.HTML("""""")
 
199
  with gr.Row() as im_row:
200
  im_list = gr.Gallery()
201
  link_list=gr.Textbox()
 
193
  details = gr.HTML("""""")
194
  output = gr.HTML("""""")
195
  with gr.Row():
196
+ with gr.Column(scale=1):
197
  inp_im=gr.Image(label="Drag Image Here")
198
+ with gr.Column(scale=3):
199
+ images = gr.HTML("""""")
200
  with gr.Row() as im_row:
201
  im_list = gr.Gallery()
202
  link_list=gr.Textbox()