Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
f28ad72
1
Parent(s):
a224dfa
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ loaded = st.success('All Models and Dependencies Loaded!')
|
|
101 |
disease_or_gard_id = st.text_input("Input a rare disease term or GARD ID.")
|
102 |
loaded.empty()
|
103 |
|
104 |
-
st.markdown("Examples of rare diseases include [**Fellman syndrome**](https://rarediseases.info.nih.gov/diseases/1/gracile-syndrome), [**Classic Homocystinuria**](https://rarediseases.info.nih.gov/diseases/6667/classic-homocystinuria)
|
105 |
|
106 |
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).")
|
107 |
|
|
|
101 |
disease_or_gard_id = st.text_input("Input a rare disease term or GARD ID.")
|
102 |
loaded.empty()
|
103 |
|
104 |
+
st.markdown("Examples of rare diseases include [**Fellman syndrome**](https://rarediseases.info.nih.gov/diseases/1/gracile-syndrome), [**Classic Homocystinuria**](https://rarediseases.info.nih.gov/diseases/6667/classic-homocystinuria) and [**Phenylketonuria**](https://rarediseases.info.nih.gov/diseases/7383/phenylketonuria).")
|
105 |
|
106 |
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).")
|
107 |
|