Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,9 +83,9 @@ interface = gr.Interface(
|
|
83 |
|
84 |
title="Excel File Uploader",
|
85 |
description=(
|
86 |
-
"<p style='font-weight: bold; font-size:
|
87 |
-
"or use the example files.\n"
|
88 |
-
"
|
89 |
"location-problem paired combination.</p>"
|
90 |
) # Solid description with hyperlink
|
91 |
)
|
@@ -102,8 +102,8 @@ 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'
|
107 |
)
|
108 |
|
109 |
# Launch the interface with the additional description
|
|
|
83 |
|
84 |
title="Excel File Uploader",
|
85 |
description=(
|
86 |
+
"<p style='font-weight: bold; font-size: 18px;'>Upload an Excel file to process and download the result "
|
87 |
+
"or use the example files.\n</p>"
|
88 |
+
"<p style='font-weight: bold; font-size: 16px;'>\t The processed file will contain the project proposals for each "
|
89 |
"location-problem paired combination.</p>"
|
90 |
) # Solid description with hyperlink
|
91 |
)
|
|
|
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'>#TaxDirection weblink</a>.</p>"
|
107 |
)
|
108 |
|
109 |
# Launch the interface with the additional description
|