prithivMLmods commited on
Commit
9fdd14b
·
verified ·
1 Parent(s): 041b4d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- with gr.Row():
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(