lodhrangpt commited on
Commit
bb404ed
·
verified ·
1 Parent(s): 284df8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def main():
53
  iface = gr.Interface(
54
  fn=pdf_to_excel_function,
55
  inputs=gr.File(label="Upload PDF File"),
56
- outputs=gr.File[label="Download Excel File"],
57
  title="PDF to Excel Converter",
58
  description="Convert a PDF file to an Excel file."
59
  )
 
53
  iface = gr.Interface(
54
  fn=pdf_to_excel_function,
55
  inputs=gr.File(label="Upload PDF File"),
56
+ outputs=gr.File(label="Download Excel File"),
57
  title="PDF to Excel Converter",
58
  description="Convert a PDF file to an Excel file."
59
  )