Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
536478a
1
Parent(s):
0d9531e
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def epi_sankey(sankey_data):
|
|
74 |
),
|
75 |
#label = ["A1", "A2", "B1", "B2", "C1", "C2"]
|
76 |
link = dict(
|
77 |
-
source = [0, 0, 0, 1, 3]
|
78 |
target = [0, 1, 2, 3, 4],
|
79 |
value = [gathered, gathered-relevant, relevant, epidemiologic, gathered-epidemiologic]
|
80 |
))])
|
|
|
74 |
),
|
75 |
#label = ["A1", "A2", "B1", "B2", "C1", "C2"]
|
76 |
link = dict(
|
77 |
+
source = [0, 0, 0, 1, 3],
|
78 |
target = [0, 1, 2, 3, 4],
|
79 |
value = [gathered, gathered-relevant, relevant, epidemiologic, gathered-epidemiologic]
|
80 |
))])
|