Spaces:
Build error
Build error
arxiv id list support
Browse files
app.py
CHANGED
@@ -52,9 +52,9 @@ def survey_space(surveyor, download_placeholder):
|
|
52 |
st.sidebar.write('or')
|
53 |
|
54 |
arxiv_ids = st_tags_sidebar(
|
55 |
-
label='# Enter
|
56 |
value=[],
|
57 |
-
text='Press enter to add more',
|
58 |
maxtags = 6,
|
59 |
key='arxiv_ids')
|
60 |
|
|
|
52 |
st.sidebar.write('or')
|
53 |
|
54 |
arxiv_ids = st_tags_sidebar(
|
55 |
+
label='# Enter arxiv ids for your curated set of papers:',
|
56 |
value=[],
|
57 |
+
text='Press enter to add more (e.g. 1605.08386v1, ...)',
|
58 |
maxtags = 6,
|
59 |
key='arxiv_ids')
|
60 |
|