Az-r-ow commited on
Commit
849fa7f
·
1 Parent(s): 90838cb

Add link to github in interface

Browse files
Files changed (1) hide show
  1. app/app.py +1 -1
app/app.py CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks() as demo:
51
  """
52
  <div style="background-color: #f0f8ff; padding: 15px; border-radius: 5px; margin-bottom: 20px; border-left: 4px solid #007acc;">
53
  <p style="margin: 0; font-size: 14px; color: #333;">
54
- <strong>Disclaimer:</strong> This app is meant to showcase NER for French text and will only work for French text and cities in France since the database is from SNCF.
55
  </p>
56
  </div>
57
  """
 
51
  """
52
  <div style="background-color: #f0f8ff; padding: 15px; border-radius: 5px; margin-bottom: 20px; border-left: 4px solid #007acc;">
53
  <p style="margin: 0; font-size: 14px; color: #333;">
54
+ <strong>Disclaimer:</strong> This simple app is meant to showcase NER for French text and will only work for French text and cities in France since the database is from SNCF. If you're interested in checking out the work behind it, <a href="https://github.com/Az-r-ow/TravelNER" target="_blank">click here</a>.
55
  </p>
56
  </div>
57
  """