SantanuBanerjee commited on
Commit
5ebb230
·
verified ·
1 Parent(s): 1446dbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -102,7 +102,9 @@ 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
- )
 
 
106
 
107
  # Launch the interface with the additional description
108
  demo = gr.Blocks()
 
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
 
109
  # Launch the interface with the additional description
110
  demo = gr.Blocks()