Omnibus commited on
Commit
b5334f3
·
1 Parent(s): 4c92e16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ with gr.Blocks() as app:
193
  details = gr.HTML("""""")
194
  output = gr.HTML("""""")
195
  with gr.Row():
196
- with gr.Column(style="width:10%"):
197
  inp_im=gr.Image(label="Drag Image Here")
198
  images = gr.HTML("""""")
199
  with gr.Row() as im_row:
 
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: