Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
d266b61
1
Parent(s):
062e24e
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def convert_df(df):
|
|
69 |
|
70 |
#@st.experimental_memo
|
71 |
@st.cache(allow_output_mutation=True)
|
72 |
-
def epi_sankey(sankey_data):
|
73 |
gathered, relevant, epidemiologic = sankey_data
|
74 |
|
75 |
fig = go.Figure(data=[go.Sankey(
|
|
|
69 |
|
70 |
#@st.experimental_memo
|
71 |
@st.cache(allow_output_mutation=True)
|
72 |
+
def epi_sankey(sankey_data,disease_or_gard_id):
|
73 |
gathered, relevant, epidemiologic = sankey_data
|
74 |
|
75 |
fig = go.Figure(data=[go.Sankey(
|