Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -988,16 +988,18 @@ def create_interface():
|
|
988 |
</ul>
|
989 |
</div>
|
990 |
|
991 |
-
<br>
|
992 |
-
|
993 |
-
|
|
|
|
|
994 |
<a href="https://digitalscholarship.web.ox.ac.uk/" target="_blank" style="color: #1976d2;">
|
995 |
Digital Scholarship at Oxford (DiSc)
|
996 |
-
</a>
|
997 |
-
|
998 |
-
|
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 |
|