oucgc1996 commited on
Commit
c59f598
1 Parent(s): 9095451

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def pyuul(folder,n_clusters):
58
 
59
  pairs = zip(pdbname, y)
60
  result_dict = {key: value for key, value in pairs}
61
- ligand_class = result_dict['ligands.pdb']
62
 
63
  sheet = []
64
  for key, value in result_dict.items():
 
58
 
59
  pairs = zip(pdbname, y)
60
  result_dict = {key: value for key, value in pairs}
61
+ ligand_class = result_dict['ligand.pdb']
62
 
63
  sheet = []
64
  for key, value in result_dict.items():