Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
d5e5338
1
Parent(s):
f435314
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ if disease_or_gard_id:
|
|
113 |
gathered, relevant, epidemiologic = sankey_data
|
114 |
if st.button('Display Sankey Diagram'):
|
115 |
st.write('Sankey Diagram here')
|
116 |
-
|
117 |
-
|
118 |
pass
|
119 |
# st.code(body, language="python")
|
|
|
113 |
gathered, relevant, epidemiologic = sankey_data
|
114 |
if st.button('Display Sankey Diagram'):
|
115 |
st.write('Sankey Diagram here')
|
116 |
+
fig = epi_sankey(sankey_data)
|
117 |
+
st.plotly_chart(fig, use_container_width=True)
|
118 |
pass
|
119 |
# st.code(body, language="python")
|