Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -989,16 +989,18 @@ def create_interface():
|
|
989 |
</div>
|
990 |
|
991 |
<br>
|
992 |
-
|
993 |
-
|
994 |
-
|
995 |
-
|
996 |
-
|
997 |
-
|
998 |
-
|
999 |
-
|
1000 |
-
|
1001 |
-
</
|
|
|
|
|
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
|