hysts HF staff commited on
Commit
0546040
1 Parent(s): ac47de9
Files changed (1) hide show
  1. app.py +5 -1
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 [PR](https://huggingface.co/datasets/ICLR2024/ICLR2024-papers/discussions) to add your Paper page to this Space.
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