prithivMLmods commited on
Commit
8758e1a
·
verified ·
1 Parent(s): 66f98ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -348,6 +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
  get_document_btn = gr.Button(value="Get Document", elem_classes="download-btn")
352
 
353
  get_document_btn.click(
 
348
  label="Image Size"
349
  )
350
  file_format = gr.Radio(["pdf", "docx"], label="File Format", value="pdf")
351
+ with gr.Column():
352
  get_document_btn = gr.Button(value="Get Document", elem_classes="download-btn")
353
 
354
  get_document_btn.click(