dsk129 commited on
Commit
041b838
·
verified ·
1 Parent(s): 5d5f51b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 residues_classes]
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))