Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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['
|
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['ligands.pdb']
|
62 |
|
63 |
sheet = []
|
64 |
for key, value in result_dict.items():
|