Update app.py
Browse files
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():
|