to-be commited on
Commit
9c1951b
·
1 Parent(s): 9da9952

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ with gr.Blocks(css=css) as demo:
90
  with gr.Column(scale=1):
91
  img2 = gr.Image("drinking.gif",label=' ')
92
  with gr.Column(scale=2):
93
- btn = gr.Button("↓ Extract ↓")
94
  with gr.Column(scale=1):
95
  img3 = gr.Image("snowangel.gif",label=' ')
96
  with gr.Row(css='div {margin-left: auto; margin-right: auto; width: 100%;background-image: url("background.gif"); repeat 0 0;}').style():
 
90
  with gr.Column(scale=1):
91
  img2 = gr.Image("drinking.gif",label=' ')
92
  with gr.Column(scale=2):
93
+ btn = gr.Button("↓ Extract ↓").style(height=240)
94
  with gr.Column(scale=1):
95
  img3 = gr.Image("snowangel.gif",label=' ')
96
  with gr.Row(css='div {margin-left: auto; margin-right: auto; width: 100%;background-image: url("background.gif"); repeat 0 0;}').style():