Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -261,6 +261,8 @@ def server(input: Inputs, output: Outputs, session: Session):
|
|
261 |
ax.set_yticks([])
|
262 |
ax.set_xticklabels([])
|
263 |
ax.set_yticklabels([])
|
|
|
|
|
264 |
|
265 |
return fig
|
266 |
|
|
|
261 |
ax.set_yticks([])
|
262 |
ax.set_xticklabels([])
|
263 |
ax.set_yticklabels([])
|
264 |
+
|
265 |
+
plt.tight_layout()
|
266 |
|
267 |
return fig
|
268 |
|