Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -348,7 +348,7 @@ with gr.Blocks(css=css) as demo:
|
|
348 |
label="Image Size"
|
349 |
)
|
350 |
file_format = gr.Radio(["pdf", "docx"], label="File Format", value="pdf")
|
351 |
-
|
352 |
get_document_btn = gr.Button(value="Get Document", elem_classes="download-btn")
|
353 |
|
354 |
get_document_btn.click(
|
|
|
348 |
label="Image Size"
|
349 |
)
|
350 |
file_format = gr.Radio(["pdf", "docx"], label="File Format", value="pdf")
|
351 |
+
with gr.Row():
|
352 |
get_document_btn = gr.Button(value="Get Document", elem_classes="download-btn")
|
353 |
|
354 |
get_document_btn.click(
|