Spaces:
Runtime error
Runtime error
updates
Browse files- 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,
|
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
|