mehradans92 commited on
Commit
1b1fe26
·
1 Parent(s): 814fb58

updated names

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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('ArXiv')
58
  with checks[1]:
59
- ChemArXiv_check = st.checkbox('ChemArXiv')
60
  with checks[2]:
61
- BioArXiv_check = st.checkbox('BioArXiv')
62
  with checks[3]:
63
- MedrXiv_check = st.checkbox('MedrXiv')
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