Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
33ca54e
1
Parent(s):
77a72db
Update app.py
Browse files
app.py
CHANGED
@@ -72,8 +72,8 @@ with st.spinner('Loading Epidemiology Models and Dependencies...'):
|
|
72 |
#classify_model_vars = (nlp, nlpSci, nlpSci2, classify_model, classify_tokenizer)
|
73 |
st.success('All Models and Dependencies Loaded!')
|
74 |
|
75 |
-
disease_or_gard_id = st.text_input("Input a rare disease term or GARD ID
|
76 |
-
st.markdown("A full list of rare diseases tracked by GARD can be found [here](https://rarediseases.info.nih.gov/diseases/browse-by-first-letter)")
|
77 |
|
78 |
if disease_or_gard_id:
|
79 |
df = extract_abs.streamlit_extraction(disease_or_gard_id, max_results, filtering,
|
|
|
72 |
#classify_model_vars = (nlp, nlpSci, nlpSci2, classify_model, classify_tokenizer)
|
73 |
st.success('All Models and Dependencies Loaded!')
|
74 |
|
75 |
+
disease_or_gard_id = st.text_input("Input a rare disease term or GARD ID.")
|
76 |
+
st.markdown("Examples of rare diseases include Fellman syndrome, Classic Homocystinuria, phenylketonuria, and GARD:0009941. A full list of rare diseases tracked by GARD can be found [here](https://rarediseases.info.nih.gov/diseases/browse-by-first-letter)")
|
77 |
|
78 |
if disease_or_gard_id:
|
79 |
df = extract_abs.streamlit_extraction(disease_or_gard_id, max_results, filtering,
|