SantanuBanerjee commited on
Commit
50c6de0
·
verified ·
1 Parent(s): 5ebb230

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -84,9 +84,9 @@ interface = gr.Interface(
84
  title="Excel File Uploader",
85
  description=(
86
  "<p style='font-weight: bold; font-size: 17px;'>Upload an Excel file to process and download the result "
87
- "or use the example files. The processed file will contain the project proposals for each "
88
- "location-problem paired combination. For more information, visit "
89
- "<a href='https://santanban.github.io/TaxDirection/' target='_blank'>this link</a>.</p>"
90
  ) # Solid description with hyperlink
91
  )
92
 
@@ -101,8 +101,8 @@ interface = gr.Interface(
101
  additional_description = gr.HTML(
102
  "<p style='font-size: 14px; color: gray;'>Note: The example files provided above are for demonstration purposes. "
103
  "Feel free to upload your own Excel files to see the results. If you have any questions, refer to the documentation or "
104
- "contact support.</p>"
105
- "<p style='font-weight: bold; font-size: 17px;'>"For more information, visit "
106
  "<a href='https://santanban.github.io/TaxDirection/' target='_blank'>this link</a>.</p>"
107
  )
108
 
 
84
  title="Excel File Uploader",
85
  description=(
86
  "<p style='font-weight: bold; font-size: 17px;'>Upload an Excel file to process and download the result "
87
+ "or use the example files.\n"
88
+ "\t The processed file will contain the project proposals for each "
89
+ "location-problem paired combination.</p>"
90
  ) # Solid description with hyperlink
91
  )
92
 
 
101
  additional_description = gr.HTML(
102
  "<p style='font-size: 14px; color: gray;'>Note: The example files provided above are for demonstration purposes. "
103
  "Feel free to upload your own Excel files to see the results. If you have any questions, refer to the documentation or "
104
+ "contact support.\n</p>"
105
+ "<p style='font-weight: bold; font-size: 17px;'>\t For more information, visit"
106
  "<a href='https://santanban.github.io/TaxDirection/' target='_blank'>this link</a>.</p>"
107
  )
108