Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def pyuul(folder,n_clusters):
|
|
57 |
|
58 |
pairs = zip(pdbname, y)
|
59 |
result_dict = {key: value for key, value in pairs}
|
60 |
-
ligend_class = result_dict['
|
61 |
|
62 |
sheet = []
|
63 |
for key, value in result_dict.items():
|
|
|
57 |
|
58 |
pairs = zip(pdbname, y)
|
59 |
result_dict = {key: value for key, value in pairs}
|
60 |
+
ligend_class = result_dict['ligand.pdb']
|
61 |
|
62 |
sheet = []
|
63 |
for key, value in result_dict.items():
|