aagoluoglu commited on
Commit
c367928
·
verified ·
1 Parent(s): e640189

Update app.py

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