Update main_app.py
Browse files- main_app.py +1 -1
main_app.py
CHANGED
|
@@ -544,7 +544,7 @@ def _(mo, template_variant):
|
|
| 544 |
|
| 545 |
''')
|
| 546 |
.batch(
|
| 547 |
-
editor = mo.ui.code_editor(value=template, language="python", min_height=200,
|
| 548 |
)
|
| 549 |
.form(show_clear_button=True, bordered=False)
|
| 550 |
)
|
|
|
|
| 544 |
|
| 545 |
''')
|
| 546 |
.batch(
|
| 547 |
+
editor = mo.ui.code_editor(value=template, language="python", min_height=200, theme="dark")
|
| 548 |
)
|
| 549 |
.form(show_clear_button=True, bordered=False)
|
| 550 |
)
|