jchoo commited on
Commit
521b647
·
verified ·
1 Parent(s): e899595

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -735,7 +735,7 @@ template = pn.template.BootstrapTemplate(
735
  # the main column will hold our key content
736
  maincol = pn.Column()
737
 
738
- options1 = ['Choose Your Own', 'Based On Category']
739
  select0 = pn.widgets.Select(options=options1, name='Choose what to compare')
740
  # maincol.append(select0)
741
 
 
735
  # the main column will hold our key content
736
  maincol = pn.Column()
737
 
738
+ options1 = ['Choose', 'Choose Your Own', 'Based On Category']
739
  select0 = pn.widgets.Select(options=options1, name='Choose what to compare')
740
  # maincol.append(select0)
741