Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,9 @@ import plotly.graph_objects as go
|
|
17 |
import os
|
18 |
from collections import defaultdict
|
19 |
|
20 |
-
|
|
|
|
|
21 |
|
22 |
# this has to be there for each species
|
23 |
imgname_to_filepath = {} # this ignores the extension such as .png
|
|
|
17 |
import os
|
18 |
from collections import defaultdict
|
19 |
|
20 |
+
print(os.pwd())
|
21 |
+
|
22 |
+
species_to_imgpath = {'bird': './descendent_specific_topk=10_heatmap_withbb_ep=last_024+051'}
|
23 |
|
24 |
# this has to be there for each species
|
25 |
imgname_to_filepath = {} # this ignores the extension such as .png
|