SorrelC commited on
Commit
23490a1
·
verified ·
1 Parent(s): 00c28c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -10
app.py CHANGED
@@ -989,16 +989,18 @@ def create_interface():
989
  </div>
990
 
991
  <br>
992
- <hr style="margin-top: 40px; margin-bottom: 20px;">
993
- <div style="background-color: #f8f9fa; padding: 20px; border-radius: 8px; margin-top: 20px;">
994
- <ul style="font-size: 14px; line-height: 1.8;">
995
- <li>This NER Explorer Tool was created as an output of the
996
- <a href="https://digitalscholarship.web.ox.ac.uk/" target="_blank" style="color: #1976d2;">
997
- Digital Scholarship at Oxford (DiSc)
998
- </a> funded research project: 'Extracting Keywords from Crowdsourced Collections'
999
- </li>
1000
- </ul>
1001
- </div>
 
 
1002
  """)
1003
 
1004
  return demo
 
989
  </div>
990
 
991
  <br>
992
+ <hr style="margin-top: 40px; margin-bottom: 20px;">
993
+
994
+ <div style="background-color: #f8f9fa; padding: 20px; border-radius: 8px; margin-top: 20px;">
995
+ <p style="font-size: 14px; line-height: 1.8; margin: 0;">
996
+ This <strong>NER Explorer Tool</strong> was created as part of the
997
+ <a href="https://digitalscholarship.web.ox.ac.uk/" target="_blank" style="color: #1976d2;">
998
+ Digital Scholarship at Oxford (DiSc)
999
+ </a>
1000
+ funded research project:
1001
+ <em>Extracting Keywords from Crowdsourced Collections</em>.
1002
+ </p>
1003
+ </div>
1004
  """)
1005
 
1006
  return demo