SuriRaja commited on
Commit
983f7ff
·
verified ·
1 Parent(s): 5e04dd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def excel_to_pdf(file):
34
  # Gradio Interface
35
  iface = gr.Interface(
36
  fn=excel_to_pdf,
37
- inputs=gr.File(label="Upload Excel File", type="file"),
38
  outputs=gr.File(label="Download PDF File")
39
  )
40
 
 
34
  # Gradio Interface
35
  iface = gr.Interface(
36
  fn=excel_to_pdf,
37
+ inputs=gr.File(label="Upload Excel File", type="filepath"),
38
  outputs=gr.File(label="Download PDF File")
39
  )
40