Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,9 @@ interface = gr.Interface(
|
|
81 |
outputs=gr.File(label="Download Processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination"), # File download output
|
82 |
|
83 |
|
84 |
-
title="Excel File Uploader",
|
|
|
|
|
85 |
description=(
|
86 |
"<p style='font-weight: bold; font-size: 18px;'>Upload an Excel file to process and download the result "
|
87 |
"or use the example files.\n</p>"
|
|
|
81 |
outputs=gr.File(label="Download Processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination"), # File download output
|
82 |
|
83 |
|
84 |
+
# title="Excel File Uploader",
|
85 |
+
title="Upload Excel file containing #TaxDirections → Download HyperLocal Project Proposals",
|
86 |
+
|
87 |
description=(
|
88 |
"<p style='font-weight: bold; font-size: 18px;'>Upload an Excel file to process and download the result "
|
89 |
"or use the example files.\n</p>"
|