Update app.py
Browse files
app.py
CHANGED
|
@@ -393,7 +393,15 @@ def create_interface():
|
|
| 393 |
gr.HTML("<hr style='margin-top: 40px; margin-bottom: 20px;'>")
|
| 394 |
gr.HTML("""
|
| 395 |
<div style="background-color: #f8f9fa; padding: 20px; border-radius: 8px; margin-top: 20px; text-align: center;">
|
| 396 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 397 |
The code for this tool was built with the aid of Claude Opus 4.
|
| 398 |
</p>
|
| 399 |
</div>
|
|
|
|
| 393 |
gr.HTML("<hr style='margin-top: 40px; margin-bottom: 20px;'>")
|
| 394 |
gr.HTML("""
|
| 395 |
<div style="background-color: #f8f9fa; padding: 20px; border-radius: 8px; margin-top: 20px; text-align: center;">
|
| 396 |
+
<p style="font-size: 14px; line-height: 1.8; margin: 0;">
|
| 397 |
+
This <strong>Keyword Tagging Tool</strong> was created as part of the
|
| 398 |
+
<a href="https://digitalscholarship.web.ox.ac.uk/" target="_blank" style="color: #1976d2;">
|
| 399 |
+
Digital Scholarship at Oxford (DiSc)
|
| 400 |
+
</a>
|
| 401 |
+
funded research project:<br>
|
| 402 |
+
<em>Extracting Keywords from Crowdsourced Collections</em>.
|
| 403 |
+
</p><br><br>
|
| 404 |
+
<p style="font-size: 14px; line-height: 1.8; margin: 0;">
|
| 405 |
The code for this tool was built with the aid of Claude Opus 4.
|
| 406 |
</p>
|
| 407 |
</div>
|