Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -107,6 +107,7 @@ matplotlib_pane = pn.pane.Matplotlib(
|
|
107 |
)
|
108 |
code_editor = pn.widgets.CodeEditor(
|
109 |
value=DEFAULT_MATPLOTLIB,
|
|
|
110 |
sizing_mode="stretch_both",
|
111 |
)
|
112 |
|
|
|
107 |
)
|
108 |
code_editor = pn.widgets.CodeEditor(
|
109 |
value=DEFAULT_MATPLOTLIB,
|
110 |
+
language="python",
|
111 |
sizing_mode="stretch_both",
|
112 |
)
|
113 |
|