Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -97,8 +97,14 @@ interface = gr.Interface(
|
|
97 |
# "location-problem paired combination.</p>"
|
98 |
# ) # Solid description with hyperlink
|
99 |
description=(
|
100 |
-
"<p style='font-weight: bold; font-size: 18px;'>Upload an Excel file to process and download the result or use the example files (click on any of them and
|
101 |
-
"<p style='font-weight: bold; font-size: 16px; text-align: right;'>The processed output file (downloadable) will contain the project proposals for each Location~Problem paired combinations
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
) # Solid description with right-aligned second sentence
|
103 |
|
104 |
)
|
|
|
97 |
# "location-problem paired combination.</p>"
|
98 |
# ) # Solid description with hyperlink
|
99 |
description=(
|
100 |
+
"<p style='font-weight: bold; font-size: 18px;'>Upload an Excel file to process and download the result or use the example files (click on any of them to directly process the file and download the result).</p>"
|
101 |
+
"<p style='font-weight: bold; font-size: 16px; text-align: right;'>The processed output file (downloadable) will contain the project proposals for each Location~Problem paired combinations.\n</p>"
|
102 |
+
|
103 |
+
"<p style='font-size: 14px; color: gray;'>Note: The example files provided above are for demonstration purposes. "
|
104 |
+
"Feel free to upload your own Excel files to see the results. If you have any questions, refer to the documentation-links or contact "
|
105 |
+
"<a href='https://www.change.org/p/democracy-evolution-ensuring-humanity-s-eternal-existence-through-taxdirection' target='_blank'>support</a>.\n</p>"
|
106 |
+
"<p style='font-weight: bold; font-size: 17px;'>\t For more information, visit "
|
107 |
+
"<a href='https://santanban.github.io/TaxDirection/' target='_blank'>#TaxDirection weblink</a>.</p>"
|
108 |
) # Solid description with right-aligned second sentence
|
109 |
|
110 |
)
|