Vishu26 commited on
Commit
c3d7938
·
1 Parent(s): 41180d8
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,13 +58,13 @@ 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("family_70b.npy")
62
 
63
  species_list = list(species[()].keys())
64
  class_list = list(clas[()].keys())
65
  order_list = list(order[()].keys())
66
  #genus_list = list(genus[()].keys())
67
- #family_list = list(family[()].keys())
68
 
69
  def update_fn(val):
70
  if val=="Class":
 
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("family_70b.npy")
62
 
63
  species_list = list(species[()].keys())
64
  class_list = list(clas[()].keys())
65
  order_list = list(order[()].keys())
66
  #genus_list = list(genus[()].keys())
67
+ family_list = list(family[()].keys())
68
 
69
  def update_fn(val):
70
  if val=="Class":