Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
a224dfa
1
Parent(s):
091df08
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ st.markdown(
|
|
37 |
#max_results is Maximum number of PubMed ID's to retrieve BEFORE filtering
|
38 |
max_results = st.sidebar.number_input("Maximum number of articles to find in PubMed", min_value=1, max_value=None, value=50)
|
39 |
|
40 |
-
filtering = st.sidebar.radio("What type of filtering would you like?",('Strict', 'Lenient', 'None'))
|
41 |
|
42 |
extract_diseases = st.sidebar.checkbox("Extract Rare Diseases", value=False)
|
43 |
|
|
|
37 |
#max_results is Maximum number of PubMed ID's to retrieve BEFORE filtering
|
38 |
max_results = st.sidebar.number_input("Maximum number of articles to find in PubMed", min_value=1, max_value=None, value=50)
|
39 |
|
40 |
+
filtering = st.sidebar.radio("What type of filtering would you like?",('Strict', 'Lenient', 'None')).lower()
|
41 |
|
42 |
extract_diseases = st.sidebar.checkbox("Extract Rare Diseases", value=False)
|
43 |
|