SantanuBanerjee commited on
Commit
5946b43
·
verified ·
1 Parent(s): 294c24c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -141,24 +141,24 @@ interface = gr.Interface(
141
  # title="Excel File Uploader",
142
  # title="Upload Excel file containing #TaxDirections → Download HyperLocal Project Proposals\n",
143
 
144
- # "<p style='font-weight: bold; font-size: 15px; color: red;'>Upload Excel file containing #TaxDirections &rarr; Download HyperLocal Project Proposals</p>\n"
145
 
146
  title = (
147
  "<p style='font-weight: bold; font-size: 15px; text-align: center;'>"
148
- "<span style='color: red;'>Upload Excel file containing #TaxDirections</span> "
149
  "&rarr; "
150
- "<span style='color: blue;'>Download HyperLocal Project Proposals</span>"
151
  "</p>\n"
152
  ),
153
 
154
 
155
 
156
  description=(
157
- "<p style='font-weight: bold; font-size: 15px; color: red;'>Upload an Excel file to process and download the result or use the Example files:</p>"
158
- "<p style='font-weight: bold; font-size: 15px; color: red;'>(click on any of them to directly process the file and Download the result)</p>"
159
 
160
- "<p style='font-weight: bold; font-size: 14px; color: blue; text-align: right;'>Processed output contains a Project Proposal for each Location~Problem paired combination (i.e. each cell).</p>"
161
- "<p style='font-weight: bold; font-size: 14px; color: blue; text-align: right;'>Corresponding Budget Allocation and estimated Project Completion Time are provided in different sheets.</p>"
162
 
163
 
164
  "<p style='font-size: 12px; color: gray; text-align: center'>This tool allows for the systematic evaluation and proposal of solutions tailored to specific location-problem pairs, ensuring efficient resource allocation and project planning. For more information, visit <a href='https://santanban.github.io/TaxDirection/' target='_blank'>#TaxDirection weblink</a>.</p>"
 
141
  # title="Excel File Uploader",
142
  # title="Upload Excel file containing #TaxDirections &rarr; Download HyperLocal Project Proposals\n",
143
 
144
+ # "<p style='font-weight: bold; font-size: 15px; color: blue;'>Upload Excel file containing #TaxDirections &rarr; Download HyperLocal Project Proposals</p>\n"
145
 
146
  title = (
147
  "<p style='font-weight: bold; font-size: 15px; text-align: center;'>"
148
+ "<span style='color: blue;'>Upload Excel file containing #TaxDirections</span> "
149
  "&rarr; "
150
+ "<span style='color: green;'>Download HyperLocal Project Proposals</span>"
151
  "</p>\n"
152
  ),
153
 
154
 
155
 
156
  description=(
157
+ "<p style='font-weight: bold; font-size: 15px; color: blue;'>Upload an Excel file to process and download the result or use the Example files:</p>"
158
+ "<p style='font-weight: bold; font-size: 15px; color: blue;'>(click on any of them to directly process the file and Download the result)</p>"
159
 
160
+ "<p style='font-weight: bold; font-size: 14px; color: green; text-align: right;'>Processed output contains a Project Proposal for each Location~Problem paired combination (i.e. each cell).</p>"
161
+ "<p style='font-weight: bold; font-size: 14px; color: green; text-align: right;'>Corresponding Budget Allocation and estimated Project Completion Time are provided in different sheets.</p>"
162
 
163
 
164
  "<p style='font-size: 12px; color: gray; text-align: center'>This tool allows for the systematic evaluation and proposal of solutions tailored to specific location-problem pairs, ensuring efficient resource allocation and project planning. For more information, visit <a href='https://santanban.github.io/TaxDirection/' target='_blank'>#TaxDirection weblink</a>.</p>"