Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -97,13 +97,13 @@ interface = gr.Interface(
|
|
97 |
|
98 |
|
99 |
description=(
|
100 |
-
"<p style='font-weight: bold; font-size: 15px;'>Upload an Excel file to process and download the result or use the
|
101 |
-
"<p style='font-weight: bold; font-size: 15px;'>(click on any of them to directly process the file and
|
102 |
|
103 |
-
"<p style='font-weight: bold; font-size: 15px; text-align: right;'>
|
104 |
-
"<p style='font-weight: bold; font-size: 15px; text-align: right;'>
|
105 |
|
106 |
-
"<p style='font-size:
|
107 |
"Feel free to upload your own Excel files to see the results. If you have any questions, refer to the documentation-links or contact "
|
108 |
"<a href='https://www.change.org/p/democracy-evolution-ensuring-humanity-s-eternal-existence-through-taxdirection' target='_blank'>support</a>."
|
109 |
"\t For more information, visit <a href='https://santanban.github.io/TaxDirection/' target='_blank'>#TaxDirection weblink</a>.</p>"
|
|
|
97 |
|
98 |
|
99 |
description=(
|
100 |
+
"<p style='font-weight: bold; font-size: 15px;'>Upload an Excel file to process and download the result or use the Example files:</p>"
|
101 |
+
"<p style='font-weight: bold; font-size: 15px;'>(click on any of them to directly process the file and Download the result)</p>"
|
102 |
|
103 |
+
"<p style='font-weight: bold; font-size: 15px; text-align: right;'>Processed output contains a Project Proposal for each Location~Problem paired combination (i.e. each cell).</p>"
|
104 |
+
"<p style='font-weight: bold; font-size: 15px; text-align: right;'>Corresponding Budget Allocation and estimated Project Completion Time are provided in different sheets.</p>"
|
105 |
|
106 |
+
"<p style='font-size: 11px; color: gray;'>Note: The example files provided above are for demonstration purposes. "
|
107 |
"Feel free to upload your own Excel files to see the results. If you have any questions, refer to the documentation-links or contact "
|
108 |
"<a href='https://www.change.org/p/democracy-evolution-ensuring-humanity-s-eternal-existence-through-taxdirection' target='_blank'>support</a>."
|
109 |
"\t For more information, visit <a href='https://santanban.github.io/TaxDirection/' target='_blank'>#TaxDirection weblink</a>.</p>"
|