Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
28275dd
1
Parent(s):
e8ffbb6
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ st.markdown("Examples of rare diseases include [**Fellman syndrome**](https://ra
|
|
116 |
|
117 |
if disease_or_gard_id:
|
118 |
df, sankey_data, name_gardID = streamlit_extraction(disease_or_gard_id, max_results, filtering,
|
119 |
-
|
120 |
#IF it returns something, then continue.
|
121 |
if sankey_data:
|
122 |
df.replace(to_replace='None', value="None")
|
|
|
116 |
|
117 |
if disease_or_gard_id:
|
118 |
df, sankey_data, name_gardID = streamlit_extraction(disease_or_gard_id, max_results, filtering,
|
119 |
+
epi_extract, rd_identify, extract_diseases, epi_classify)
|
120 |
#IF it returns something, then continue.
|
121 |
if sankey_data:
|
122 |
df.replace(to_replace='None', value="None")
|