SantanuBanerjee commited on
Commit
99fe899
·
verified ·
1 Parent(s): db05398

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,12 +73,12 @@ example_files = ['#TaxDirection (Responses)_Example1.xlsx', ]
73
  # Define the Gradio interface
74
  interface = gr.Interface(
75
  fn=process_excel, # The function to process the uploaded file
76
- inputs=gr.File(type="filepath", label="Upload Excel File. \n Be sure to check that the column headings in your upload are same as in the Example file below. \n (Otherwise, there will be an error during the processing.)"), # File upload input
77
 
78
  examples=example_files, # Add the example files
79
 
80
  # outputs=gr.File(label="Download Processed Excel File"), # File download output
81
- outputs=gr.File(label="Download Processed Excel File containing the \n Project Proposals for each Location~Problem paired combination"), # File download output
82
 
83
 
84
  title="Excel File Uploader",
 
73
  # Define the Gradio interface
74
  interface = gr.Interface(
75
  fn=process_excel, # The function to process the uploaded file
76
+ inputs=gr.File(type="filepath", label="Upload Excel File here. \t Be sure to check that the column headings in your upload are the same as in the Example files below. \t (Otherwise there will be Error during the processing)"), # File upload input
77
 
78
  examples=example_files, # Add the example files
79
 
80
  # outputs=gr.File(label="Download Processed Excel File"), # File download output
81
+ outputs=gr.File(label="Download Processed Excel File \b{containing} the \t ** Project Proposals ** for each Location~Problem paired combination"), # File download output
82
 
83
 
84
  title="Excel File Uploader",