hysts HF staff commited on
Commit
2376175
1 Parent(s): 4307381
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -8,10 +8,6 @@ from papers import PaperList
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.
@@ -26,6 +22,10 @@ The admin team will validate your request soon. Once confirmed, the Paper page w
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
 
 
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.
 
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 with [this Space](https://huggingface.co/spaces/ICLR2024/update-ICLR2024-papers) to add your Paper page to this Space.
25
+
26
+ #### Tutorial for creating a PR
27
+
28
+ To add data to the table below, please use [this Space](https://huggingface.co/spaces/ICLR2024/update-ICLR2024-papers) to create a PR.
29
  """
30
 
31