SorrelC commited on
Commit
00c28c8
·
verified ·
1 Parent(s): 46078c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -7
app.py CHANGED
@@ -988,16 +988,18 @@ def create_interface():
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
 
1002
  return demo
1003
 
 
988
  </ul>
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
1005