Update app.py
Browse files
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(
|
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()
|