Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import igraph as ig
|
|
| 9 |
|
| 10 |
species_to_imgpath = {'bird': './descendent_specific_topk_heatmap_withbb_ep=last_024+051',
|
| 11 |
'fish': './descendent_specific_topk_heatmap_withbb_ep=last_024+051',
|
| 12 |
-
'butterfly': './descendent_specific_topk_heatmap_withbb_ep=
|
| 13 |
}
|
| 14 |
|
| 15 |
# this has to be there for each species
|
|
|
|
| 9 |
|
| 10 |
species_to_imgpath = {'bird': './descendent_specific_topk_heatmap_withbb_ep=last_024+051',
|
| 11 |
'fish': './descendent_specific_topk_heatmap_withbb_ep=last_024+051',
|
| 12 |
+
'butterfly': './butterfly30/descendent_specific_topk_heatmap_withbb_ep=last_root',
|
| 13 |
}
|
| 14 |
|
| 15 |
# this has to be there for each species
|