ahuang11 commited on
Commit
04d5a98
1 Parent(s): 6b60a0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -100,6 +100,7 @@ chat_interface = pn.chat.ChatInterface(
100
  matplotlib_pane = pn.pane.Matplotlib(
101
  exec_with_return(DEFAULT_MATPLOTLIB),
102
  sizing_mode="stretch_both",
 
103
  )
104
  code_editor = pn.widgets.CodeEditor(
105
  value=DEFAULT_MATPLOTLIB,
 
100
  matplotlib_pane = pn.pane.Matplotlib(
101
  exec_with_return(DEFAULT_MATPLOTLIB),
102
  sizing_mode="stretch_both",
103
+ tight=True,
104
  )
105
  code_editor = pn.widgets.CodeEditor(
106
  value=DEFAULT_MATPLOTLIB,