Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ interface = gr.Interface(
|
|
78 |
examples=example_files, # Add the example files
|
79 |
|
80 |
# outputs=gr.File(label="Download Processed Excel File"), # File download output
|
81 |
-
outputs=gr.File(label="Download
|
82 |
|
83 |
|
84 |
# title="Excel File Uploader",
|
@@ -91,8 +91,8 @@ interface = gr.Interface(
|
|
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 |
)
|
@@ -107,8 +107,8 @@ interface = gr.Interface(
|
|
107 |
# Additional description at the bottom of the page
|
108 |
additional_description = gr.HTML(
|
109 |
"<p style='font-size: 14px; color: gray;'>Note: The example files provided above are for demonstration purposes. "
|
110 |
-
"Feel free to upload your own Excel files to see the results. If you have any questions, refer to the documentation or "
|
111 |
-
"
|
112 |
"<p style='font-weight: bold; font-size: 17px;'>\t For more information, visit "
|
113 |
"<a href='https://santanban.github.io/TaxDirection/' target='_blank'>#TaxDirection weblink</a>.</p>"
|
114 |
)
|
|
|
78 |
examples=example_files, # Add the example files
|
79 |
|
80 |
# outputs=gr.File(label="Download Processed Excel File"), # File download output
|
81 |
+
outputs=gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination"), # File download output
|
82 |
|
83 |
|
84 |
# title="Excel File Uploader",
|
|
|
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 (click on any of them and submit).</p>"
|
95 |
+
"<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.</p>"
|
96 |
) # Solid description with right-aligned second sentence
|
97 |
|
98 |
)
|
|
|
107 |
# Additional description at the bottom of the page
|
108 |
additional_description = gr.HTML(
|
109 |
"<p style='font-size: 14px; color: gray;'>Note: The example files provided above are for demonstration purposes. "
|
110 |
+
"Feel free to upload your own Excel files to see the results. If you have any questions, refer to the documentation-links or contact "
|
111 |
+
"<a href='https://www.change.org/p/democracy-evolution-ensuring-humanity-s-eternal-existence-through-taxdirection' target='_blank'>support</a>.\n</p>"
|
112 |
"<p style='font-weight: bold; font-size: 17px;'>\t For more information, visit "
|
113 |
"<a href='https://santanban.github.io/TaxDirection/' target='_blank'>#TaxDirection weblink</a>.</p>"
|
114 |
)
|