Spaces:
Running
Running
wzkariampuzha
commited on
Commit
·
e1cbd0e
1
Parent(s):
d266b61
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def epi_sankey(sankey_data,disease_or_gard_id):
|
|
78 |
thickness = 20,
|
79 |
line = dict(color = "white", width = 0.5),
|
80 |
label = ["PubMed IDs Gathered", "Irrelevant Abstracts","Relevant Abstracts Gathered","Epidemiologic Abstracts","Not Epidemiologic"],
|
81 |
-
color = "
|
82 |
),
|
83 |
#label = ["A1", "A2", "B1", "B2", "C1", "C2"]
|
84 |
link = dict(
|
|
|
78 |
thickness = 20,
|
79 |
line = dict(color = "white", width = 0.5),
|
80 |
label = ["PubMed IDs Gathered", "Irrelevant Abstracts","Relevant Abstracts Gathered","Epidemiologic Abstracts","Not Epidemiologic"],
|
81 |
+
color = "purple"
|
82 |
),
|
83 |
#label = ["A1", "A2", "B1", "B2", "C1", "C2"]
|
84 |
link = dict(
|