Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|