Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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. \
|
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 \
|
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",
|