MilanM commited on
Commit
4eb1698
·
verified ·
1 Parent(s): c1ddf75

Update main_app.py

Browse files
Files changed (1) hide show
  1. main_app.py +1 -1
main_app.py CHANGED
@@ -269,7 +269,7 @@ def _(cloudant, cloudant_db):
269
  def _(mo, variant_selectors_list):
270
  template_variants = variant_selectors_list
271
  template_variant = mo.ui.dropdown(
272
- template_variants, label="Code Template:", value=template_variants["base_template"]
273
  )
274
  return (template_variant,)
275
 
 
269
  def _(mo, variant_selectors_list):
270
  template_variants = variant_selectors_list
271
  template_variant = mo.ui.dropdown(
272
+ template_variants, label="Code Template:", value="base_template"
273
  )
274
  return (template_variant,)
275