ahuang11 commited on
Commit
9567c67
1 Parent(s): a4b0766

Update app.py

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