Johannes commited on
Commit
72ed919
1 Parent(s): ed1dd9b

update text

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -110,7 +110,8 @@ with block:
110
  </h1>
111
  </div>
112
  <p style="margin-bottom: 10px; margin-top: 30px; font-size: 94%">
113
- Generate new Pokémon from an arXiv link. Just paste the link to the overview, the pdf or just give the id of the paper.
 
114
  </p>
115
  </div>
116
  """
@@ -122,7 +123,7 @@ with block:
122
  label="Link or ID for paper",
123
  show_label=False,
124
  max_lines=1,
125
- placeholder="Give arXiv the link or ID for the paper",
126
  ).style(
127
  border=(True, False, True, True),
128
  rounded=(True, False, False, True),
 
110
  </h1>
111
  </div>
112
  <p style="margin-bottom: 10px; margin-top: 30px; font-size: 94%">
113
+ Generate new Pokémon from an arXiv link. Just paste the link to the overview, the pdf or just give the ID of the paper.
114
+ It will create a prompt with the paper title, which you can then modify as you like or submit as it is.
115
  </p>
116
  </div>
117
  """
 
123
  label="Link or ID for paper",
124
  show_label=False,
125
  max_lines=1,
126
+ placeholder="Give arXiv link or ID for the paper",
127
  ).style(
128
  border=(True, False, True, True),
129
  rounded=(True, False, False, True),