MilanM commited on
Commit
fef7c76
·
verified ·
1 Parent(s): 6dbdb63

Update main_app.py

Browse files
Files changed (1) hide show
  1. 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, show_copy_button=True, theme="dark")
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
  )