SantanuBanerjee commited on
Commit
81c73a1
·
verified ·
1 Parent(s): b9f44f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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
- "<span style='color: brown; font-size: 35px;'>&rarr; </span>"
 
 
 
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;'>&rarr; </span>"
124
+ "<span style='color: brown; font-size: 35px;'>&rArr; &nrArr; &rarr2; &rarrtl; &Rarr; </span>"
125
+
126
  "<span style='color: green;'>Download HyperLocal Project Proposals</span>"
127
  "</p>\n"
128
  ),