SorrelC commited on
Commit
46078c6
·
verified ·
1 Parent(s): 111e573

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -988,15 +988,14 @@ def create_interface():
988
  </ul>
989
  </div>
990
 
991
- <br>
992
- <div style="background-color: #f8f9fa; padding: 20px; border-radius: 8px; margin-top: 20px;">
993
-
994
  <div style="background-color: #f8f9fa; padding: 20px; border-radius: 8px; margin-top: 20px; font-size: 14px; color: #666; text-align: center">
995
  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>
999
  funded research project: 'Extracting Keywords from Crowdsourced Collections'
 
1000
  </div>
1001
  """)
1002
 
 
988
  </ul>
989
  </div>
990
 
991
+ <br>
 
 
992
  <div style="background-color: #f8f9fa; padding: 20px; border-radius: 8px; margin-top: 20px; font-size: 14px; color: #666; text-align: center">
993
  This NER Explorer Tool was created as an output of the
994
  <a href="https://digitalscholarship.web.ox.ac.uk/" target="_blank" style="color: #1976d2;">
995
  Digital Scholarship at Oxford (DiSc)
996
  </a>
997
  funded research project: 'Extracting Keywords from Crowdsourced Collections'
998
+ <ul style="font-size: 14px; line-height: 1.8;">
999
  </div>
1000
  """)
1001