Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
9cf4a5a
1
Parent(s):
f86f627
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ filtering = st.sidebar.radio(
|
|
44 |
"What type of filtering would you like?",
|
45 |
('Strict', 'Lenient', 'None'))
|
46 |
|
47 |
-
extract_diseases = st.sidebar.checkbox("Extract Rare Diseases", value=False
|
48 |
# https://docs.streamlit.io/library/api-reference/widgets/st.checkbox
|
49 |
|
50 |
#filtering options are 'strict','lenient'(default), 'none'
|
|
|
44 |
"What type of filtering would you like?",
|
45 |
('Strict', 'Lenient', 'None'))
|
46 |
|
47 |
+
extract_diseases = st.sidebar.checkbox("Extract Rare Diseases", value=False)
|
48 |
# https://docs.streamlit.io/library/api-reference/widgets/st.checkbox
|
49 |
|
50 |
#filtering options are 'strict','lenient'(default), 'none'
|