data
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ species = np.load("data/species_70b.npy", allow_pickle=True)
|
|
58 |
clas = np.load("data/class_70b.npy", allow_pickle=True)
|
59 |
order = np.load("data/order_70b.npy", allow_pickle=True)
|
60 |
#genus = np.load("genus_70b.npy")
|
61 |
-
family = np.load("data/family_70b.npy")
|
62 |
|
63 |
species_list = list(species[()].keys())
|
64 |
class_list = list(clas[()].keys())
|
|
|
58 |
clas = np.load("data/class_70b.npy", allow_pickle=True)
|
59 |
order = np.load("data/order_70b.npy", allow_pickle=True)
|
60 |
#genus = np.load("genus_70b.npy")
|
61 |
+
family = np.load("data/family_70b.npy", allow_pickle=True)
|
62 |
|
63 |
species_list = list(species[()].keys())
|
64 |
class_list = list(clas[()].keys())
|