Kseniia-Kholina commited on
Commit
3b3d053
·
verified ·
1 Parent(s): 257341a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def process_sequence(sequence, domain_bounds, n):
66
  plt.ylabel('Token')
67
  plt.xlabel('Residue Index')
68
  plt.yticks(rotation=0)
69
- plt.xticks(y_tick_positions, y_tick_labels, rotation = 0)
70
 
71
  # Save the figure to a BytesIO object
72
  buf = BytesIO()
 
66
  plt.ylabel('Token')
67
  plt.xlabel('Residue Index')
68
  plt.yticks(rotation=0)
69
+ plt.xticks(x_tick_positions, x_tick_labels, rotation = 0)
70
 
71
  # Save the figure to a BytesIO object
72
  buf = BytesIO()