Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -84,9 +84,9 @@ interface = gr.Interface(
|
|
84 |
title="Excel File Uploader",
|
85 |
description=(
|
86 |
"<p style='font-weight: bold; font-size: 17px;'>Upload an Excel file to process and download the result "
|
87 |
-
"or use the example files
|
88 |
-
"
|
89 |
-
"
|
90 |
) # Solid description with hyperlink
|
91 |
)
|
92 |
|
@@ -101,8 +101,8 @@ interface = gr.Interface(
|
|
101 |
additional_description = gr.HTML(
|
102 |
"<p style='font-size: 14px; color: gray;'>Note: The example files provided above are for demonstration purposes. "
|
103 |
"Feel free to upload your own Excel files to see the results. If you have any questions, refer to the documentation or "
|
104 |
-
"contact support
|
105 |
-
"<p style='font-weight: bold; font-size: 17px;'
|
106 |
"<a href='https://santanban.github.io/TaxDirection/' target='_blank'>this link</a>.</p>"
|
107 |
)
|
108 |
|
|
|
84 |
title="Excel File Uploader",
|
85 |
description=(
|
86 |
"<p style='font-weight: bold; font-size: 17px;'>Upload an Excel file to process and download the result "
|
87 |
+
"or use the example files.\n"
|
88 |
+
"\t The processed file will contain the project proposals for each "
|
89 |
+
"location-problem paired combination.</p>"
|
90 |
) # Solid description with hyperlink
|
91 |
)
|
92 |
|
|
|
101 |
additional_description = gr.HTML(
|
102 |
"<p style='font-size: 14px; color: gray;'>Note: The example files provided above are for demonstration purposes. "
|
103 |
"Feel free to upload your own Excel files to see the results. If you have any questions, refer to the documentation or "
|
104 |
+
"contact support.\n</p>"
|
105 |
+
"<p style='font-weight: bold; font-size: 17px;'>\t For more information, visit"
|
106 |
"<a href='https://santanban.github.io/TaxDirection/' target='_blank'>this link</a>.</p>"
|
107 |
)
|
108 |
|