Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def compute_cosine_heatmap(seq):
|
|
92 |
"polar": "indigo",
|
93 |
"other": "steelblue"
|
94 |
}
|
95 |
-
row_colors = [class_colors[c] for c in
|
96 |
|
97 |
#--plot heatmap
|
98 |
fig, ax = plt.subplots(figsize=(8, 6))
|
|
|
92 |
"polar": "indigo",
|
93 |
"other": "steelblue"
|
94 |
}
|
95 |
+
row_colors = [class_colors[c] for c in residue_classes]
|
96 |
|
97 |
#--plot heatmap
|
98 |
fig, ax = plt.subplots(figsize=(8, 6))
|