Adapting commited on
Commit
797d6ab
·
1 Parent(s): 3894e65
Files changed (1) hide show
  1. widgets/sidebar.py +1 -1
widgets/sidebar.py CHANGED
@@ -57,7 +57,7 @@ def render_sidebar():
57
 
58
 
59
  st.sidebar.markdown('## Choose the max number of papers to search')
60
- number_papers=st.sidebar.slider('number', 10, 200, 20, 5)
61
 
62
  st.sidebar.markdown('## Choose the start year of publication')
63
  this_year = datetime.date.today().year
 
57
 
58
 
59
  st.sidebar.markdown('## Choose the max number of papers to search')
60
+ number_papers=st.sidebar.slider('number', 10, 100, 20, 5)
61
 
62
  st.sidebar.markdown('## Choose the start year of publication')
63
  this_year = datetime.date.today().year