Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -84,12 +84,17 @@ interface = gr.Interface(
|
|
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 |
-
"
|
90 |
-
|
91 |
-
|
92 |
-
) # Solid description with hyperlink
|
93 |
)
|
94 |
|
95 |
|
|
|
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>"
|
90 |
+
# "<p style='font-weight: bold; font-size: 16px;'>\t The processed file will contain the project proposals for each "
|
91 |
+
# "location-problem paired combination.</p>"
|
92 |
+
# ) # Solid description with hyperlink
|
93 |
description=(
|
94 |
+
"<p style='font-weight: bold; font-size: 18px;'>Upload an Excel file to process and download the result or use the example files.</p>"
|
95 |
+
"<p style='font-weight: bold; font-size: 16px; text-align: right;'>The processed output file will contain the project proposals for each Location~Problem paired combinations.</p>"
|
96 |
+
) # Solid description with right-aligned second sentence
|
97 |
+
|
|
|
98 |
)
|
99 |
|
100 |
|