Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -140,11 +140,9 @@ interface = gr.Interface(
|
|
140 |
|
141 |
# title="Excel File Uploader",
|
142 |
# title="Upload Excel file containing #TaxDirections → Download HyperLocal Project Proposals\n",
|
143 |
-
|
144 |
-
# "<p style='font-weight: bold; font-size: 15px; color: blue;'>Upload Excel file containing #TaxDirections → Download HyperLocal Project Proposals</p>\n"
|
145 |
|
146 |
title = (
|
147 |
-
"<p style='font-weight: bold; font-size:
|
148 |
"<span style='color: blue;'>Upload Excel file containing #TaxDirections</span> "
|
149 |
"→ "
|
150 |
"<span style='color: green;'>Download HyperLocal Project Proposals</span>"
|
@@ -154,14 +152,15 @@ interface = gr.Interface(
|
|
154 |
|
155 |
|
156 |
description=(
|
157 |
-
"<p style='font-
|
158 |
-
|
|
|
|
|
159 |
|
160 |
"<p style='font-weight: bold; font-size: 14px; color: green; text-align: right;'>Processed output contains a Project Proposal for each Location~Problem paired combination (i.e. each cell).</p>"
|
161 |
"<p style='font-weight: bold; font-size: 14px; color: green; text-align: right;'>Corresponding Budget Allocation and estimated Project Completion Time are provided in different sheets.</p>"
|
|
|
162 |
|
163 |
-
|
164 |
-
"<p style='font-size: 12px; color: gray; text-align: center'>This tool allows for the systematic evaluation and proposal of solutions tailored to specific location-problem pairs, ensuring efficient resource allocation and project planning. For more information, visit <a href='https://santanban.github.io/TaxDirection/' target='_blank'>#TaxDirection weblink</a>.</p>"
|
165 |
"<p style='font-size: 12px; color: gray; text-align: center'>Note: The example files provided above are for demonstration purposes. Feel free to upload your own Excel files to see the results. If you have any questions, refer to the documentation-links or contact <a href='https://www.change.org/p/democracy-evolution-ensuring-humanity-s-eternal-existence-through-taxdirection' target='_blank'>support</a>.</p>"
|
166 |
|
167 |
) # Solid description with right-aligned second sentence
|
|
|
140 |
|
141 |
# title="Excel File Uploader",
|
142 |
# title="Upload Excel file containing #TaxDirections → Download HyperLocal Project Proposals\n",
|
|
|
|
|
143 |
|
144 |
title = (
|
145 |
+
"<p style='font-weight: bold; font-size: 25px; text-align: center;'>"
|
146 |
"<span style='color: blue;'>Upload Excel file containing #TaxDirections</span> "
|
147 |
"→ "
|
148 |
"<span style='color: green;'>Download HyperLocal Project Proposals</span>"
|
|
|
152 |
|
153 |
|
154 |
description=(
|
155 |
+
"<p style='font-size: 12px; color: red; text-align: center'>This tool allows for the systematic evaluation and proposal of solutions tailored to specific location-problem pairs, ensuring efficient resource allocation and project planning. For more information, visit <a href='https://santanban.github.io/TaxDirection/' target='_blank'>#TaxDirection weblink</a>.</p>"
|
156 |
+
|
157 |
+
"<p style='font-weight: bold; font-size: 16px; color: blue;'>Upload an Excel file to process and download the result or use the Example files:</p>"
|
158 |
+
"<p style='font-weight: bold; font-size: 16px; color: blue;'>(click on any of them to directly process the file and Download the result)</p>"
|
159 |
|
160 |
"<p style='font-weight: bold; font-size: 14px; color: green; text-align: right;'>Processed output contains a Project Proposal for each Location~Problem paired combination (i.e. each cell).</p>"
|
161 |
"<p style='font-weight: bold; font-size: 14px; color: green; text-align: right;'>Corresponding Budget Allocation and estimated Project Completion Time are provided in different sheets.</p>"
|
162 |
+
|
163 |
|
|
|
|
|
164 |
"<p style='font-size: 12px; color: gray; text-align: center'>Note: The example files provided above are for demonstration purposes. Feel free to upload your own Excel files to see the results. If you have any questions, refer to the documentation-links or contact <a href='https://www.change.org/p/democracy-evolution-ensuring-humanity-s-eternal-existence-through-taxdirection' target='_blank'>support</a>.</p>"
|
165 |
|
166 |
) # Solid description with right-aligned second sentence
|