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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -193,10 +193,8 @@ with gr.Blocks() as app:
193
  details = gr.HTML("""""")
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:
201
  im_list = gr.Gallery()
202
  link_list=gr.Textbox()
 
193
  details = gr.HTML("""""")
194
  output = gr.HTML("""""")
195
  with gr.Row():
196
+ inp_im=gr.Textbox(scale=1, label="Drag Image Here")
197
+ images = gr.HTML("""""",scale=4)
 
 
198
  with gr.Row() as im_row:
199
  im_list = gr.Gallery()
200
  link_list=gr.Textbox()