SantanuBanerjee commited on
Commit
62abccf
·
verified ·
1 Parent(s): eff32c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -97,13 +97,13 @@ interface = gr.Interface(
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"
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 a single Project Proposal for each Location~Problem paired combination.\n"
104
- "\t For each Project Proposal (in each cell), corresponding Budget Allocation and estimated Project Completion Time is 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>"
 
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.</p>"
101
+ "<p style='font-weight: bold; font-size: 15px;'>(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 a single Project Proposal for each Location~Problem paired combination (i.e. each cell).</p>"
104
+ "<p style='font-weight: bold; font-size: 15px; text-align: right;'>For each Project Proposal (in each cell), corresponding Budget Allocation and estimated Project Completion Time are provided in the different sheets.</p>"
105
 
106
+ "<p style='font-size: 10px; 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>"