Spaces:
Running
Running
Commit
·
1b1fe26
1
Parent(s):
814fb58
updated names
Browse files
app.py
CHANGED
@@ -54,13 +54,13 @@ with st.form(key='columns_in_form', clear_on_submit = False):
|
|
54 |
st.markdown('Pre-print server')
|
55 |
checks = st.columns(4)
|
56 |
with checks[0]:
|
57 |
-
ArXiv_check = st.checkbox('
|
58 |
with checks[1]:
|
59 |
-
ChemArXiv_check = st.checkbox('
|
60 |
with checks[2]:
|
61 |
-
BioArXiv_check = st.checkbox('
|
62 |
with checks[3]:
|
63 |
-
MedrXiv_check = st.checkbox('
|
64 |
|
65 |
searchButton = st.form_submit_button(label = 'Search')
|
66 |
|
|
|
54 |
st.markdown('Pre-print server')
|
55 |
checks = st.columns(4)
|
56 |
with checks[0]:
|
57 |
+
ArXiv_check = st.checkbox('arXiv')
|
58 |
with checks[1]:
|
59 |
+
ChemArXiv_check = st.checkbox('chemRxiv')
|
60 |
with checks[2]:
|
61 |
+
BioArXiv_check = st.checkbox('bioRxiv')
|
62 |
with checks[3]:
|
63 |
+
MedrXiv_check = st.checkbox('medRxiv')
|
64 |
|
65 |
searchButton = st.form_submit_button(label = 'Search')
|
66 |
|