Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,10 @@ interface = gr.Interface(
|
|
119 |
title = (
|
120 |
"<p style='font-weight: bold; font-size: 25px; text-align: center;'>"
|
121 |
"<span style='color: blue;'>Upload Excel file containing #TaxDirections</span> "
|
122 |
-
|
|
|
|
|
|
|
123 |
"<span style='color: green;'>Download HyperLocal Project Proposals</span>"
|
124 |
"</p>\n"
|
125 |
),
|
|
|
119 |
title = (
|
120 |
"<p style='font-weight: bold; font-size: 25px; text-align: center;'>"
|
121 |
"<span style='color: blue;'>Upload Excel file containing #TaxDirections</span> "
|
122 |
+
|
123 |
+
# "<span style='color: brown; font-size: 35px;'>→ </span>"
|
124 |
+
"<span style='color: brown; font-size: 35px;'>⇒ ⇏ &rarr2; ↣ ↠ </span>"
|
125 |
+
|
126 |
"<span style='color: green;'>Download HyperLocal Project Proposals</span>"
|
127 |
"</p>\n"
|
128 |
),
|