Spaces:
Running
Running
emnlp 2024
Browse files- df/PaperCentral.py +1 -0
- requirements.txt +2 -1
df/PaperCentral.py
CHANGED
@@ -23,6 +23,7 @@ class PaperCentral:
|
|
23 |
"""
|
24 |
|
25 |
CONFERENCES_ICONS = {
|
|
|
26 |
"CoRL2024": CORL_ICO,
|
27 |
"ACMMM2024": "https://2024.acmmm.org/favicon.ico",
|
28 |
"MICCAI2024": MICCAI24ICO,
|
|
|
23 |
"""
|
24 |
|
25 |
CONFERENCES_ICONS = {
|
26 |
+
"EMNLP2024": 'https://aclanthology.org/aclicon.ico',
|
27 |
"CoRL2024": CORL_ICO,
|
28 |
"ACMMM2024": "https://2024.acmmm.org/favicon.ico",
|
29 |
"MICCAI2024": MICCAI24ICO,
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
gradio==4.44.0
|
2 |
gradio_calendar
|
3 |
-
datasets
|
|
|
|
1 |
gradio==4.44.0
|
2 |
gradio_calendar
|
3 |
+
datasets
|
4 |
+
scholarly
|