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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -97,11 +97,11 @@ 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</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 "
 
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 "