Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def process_sequence(sequence, domain_bounds, n):
|
|
91 |
|
92 |
# Save the figure to a BytesIO object
|
93 |
buf = BytesIO()
|
94 |
-
plt.savefig(buf, format='png', dpi
|
95 |
buf.seek(0)
|
96 |
plt.close()
|
97 |
|
|
|
91 |
|
92 |
# Save the figure to a BytesIO object
|
93 |
buf = BytesIO()
|
94 |
+
plt.savefig(buf, format='png', dpi=(300, 300))
|
95 |
buf.seek(0)
|
96 |
plt.close()
|
97 |
|