SantanuBanerjee commited on
Commit
fa36f72
·
verified ·
1 Parent(s): e757c8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -9
app.py CHANGED
@@ -95,20 +95,18 @@ interface = gr.Interface(
95
  # title="Excel File Uploader",
96
  title="Upload Excel file containing #TaxDirections → Download HyperLocal Project Proposals\n",
97
 
98
- # description=(
99
- # "<p style='font-weight: bold; font-size: 18px;'>Upload an Excel file to process and download the result "
100
- # "or use the example files.\n</p>"
101
- # "<p style='font-weight: bold; font-size: 16px;'>\t The processed file will contain the project proposals for each "
102
- # "location-problem paired combination.</p>"
103
- # ) # Solid description with hyperlink
104
  description=(
105
- "<p style='font-weight: bold; font-size: 15px;'>Upload an Excel file to process and download the result or use the example files \n (click on any of them to directly process the file and download the result).</p>"
106
- "<p style='font-weight: bold; font-size: 15px; text-align: right;'>The processed output file (downloadable) will contain the project proposals for each Location~Problem paired combinations.\n</p>"
 
 
 
107
 
108
  "<p style='font-size: 14px; color: gray;'>Note: The example files provided above are for demonstration purposes. "
109
  "Feel free to upload your own Excel files to see the results. If you have any questions, refer to the documentation-links or contact "
110
  "<a href='https://www.change.org/p/democracy-evolution-ensuring-humanity-s-eternal-existence-through-taxdirection' target='_blank'>support</a>."
111
- "For more information, visit <a href='https://santanban.github.io/TaxDirection/' target='_blank'>#TaxDirection weblink</a>.</p>"
112
  ) # Solid description with right-aligned second sentence
113
 
114
  )
 
95
  # title="Excel File Uploader",
96
  title="Upload Excel file containing #TaxDirections &rarr; Download HyperLocal Project Proposals\n",
97
 
98
+
 
 
 
 
 
99
  description=(
100
+ "<p style='font-weight: bold; font-size: 15px;'>Upload an Excel file to process and download the result or use the example files \n</p>"
101
+ "\t (click on any of them to directly process the file and download the result).</p>"
102
+
103
+ "<p style='font-weight: bold; font-size: 15px; text-align: right;'>The processed output file contains the Project Proposals for each Location~Problem paired combinations.\n</p>"
104
+ "\t Download and view the corresponding Budget Allocation and estimated Project Completion Time for each Project Proposal (provided in the different sheets).\n</p>"
105
 
106
  "<p style='font-size: 14px; color: gray;'>Note: The example files provided above are for demonstration purposes. "
107
  "Feel free to upload your own Excel files to see the results. If you have any questions, refer to the documentation-links or contact "
108
  "<a href='https://www.change.org/p/democracy-evolution-ensuring-humanity-s-eternal-existence-through-taxdirection' target='_blank'>support</a>."
109
+ "\t For more information, visit <a href='https://santanban.github.io/TaxDirection/' target='_blank'>#TaxDirection weblink</a>.</p>"
110
  ) # Solid description with right-aligned second sentence
111
 
112
  )