sidphbot commited on
Commit
1034007
·
1 Parent(s): 2ad51f4

arxiv id list support

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Keywords:',
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