Spaces:
Paused
Paused
Update
Browse files
app.py
CHANGED
|
@@ -8,6 +8,10 @@ from papers import PaperList
|
|
| 8 |
DESCRIPTION = "# ICLR 2024 Papers"
|
| 9 |
|
| 10 |
TUTORIAL = """\
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
#### Tutorial for claiming the ICLR 2024 papers
|
| 12 |
|
| 13 |
1. Find your paper in the table below.
|
|
@@ -21,7 +25,7 @@ The admin team will validate your request soon. Once confirmed, the Paper page w
|
|
| 21 |
|
| 22 |
If you need further assistance, see the guide [here](https://huggingface.co/docs/hub/paper-pages#claiming-authorship-to-a-paper).
|
| 23 |
|
| 24 |
-
If your paper is not yet indexed on Hugging Face, you can index it by following this [guide](https://huggingface.co/docs/hub/paper-pages#can-i-have-a-paper-page-even-if-i-have-no-modeldatasetspace) and open a
|
| 25 |
"""
|
| 26 |
|
| 27 |
|
|
|
|
| 8 |
DESCRIPTION = "# ICLR 2024 Papers"
|
| 9 |
|
| 10 |
TUTORIAL = """\
|
| 11 |
+
#### Tutorial for creating a PR
|
| 12 |
+
|
| 13 |
+
To add data to the table below, please use [this Space](https://huggingface.co/spaces/ICLR2024/update-ICLR2024-papers) to create a PR.
|
| 14 |
+
|
| 15 |
#### Tutorial for claiming the ICLR 2024 papers
|
| 16 |
|
| 17 |
1. Find your paper in the table below.
|
|
|
|
| 25 |
|
| 26 |
If you need further assistance, see the guide [here](https://huggingface.co/docs/hub/paper-pages#claiming-authorship-to-a-paper).
|
| 27 |
|
| 28 |
+
If your paper is not yet indexed on Hugging Face, you can index it by following this [guide](https://huggingface.co/docs/hub/paper-pages#can-i-have-a-paper-page-even-if-i-have-no-modeldatasetspace) and open a PR with [this Space](https://huggingface.co/spaces/ICLR2024/update-ICLR2024-papers) to add your Paper page to this Space.
|
| 29 |
"""
|
| 30 |
|
| 31 |
|