EasySci commited on
Commit
bea16c7
·
1 Parent(s): d70beed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ filter_list = pn.widgets.CheckButtonGroup(
27
  )
28
 
29
  # "+" button to show the search options
30
- add_option_button = pn.widgets.Button(icon='search', name="", icon_size='2em', width=60, height = -30)
31
 
32
  # Create a TextInput widget to get new filter options from the user
33
  new_option_input = pn.widgets.TextInput(sizing_mode="stretch_width", background='lightgrey')
 
27
  )
28
 
29
  # "+" button to show the search options
30
+ add_option_button = pn.widgets.Button(icon='search', name="", icon_size='2em', width=60, height = 30)
31
 
32
  # Create a TextInput widget to get new filter options from the user
33
  new_option_input = pn.widgets.TextInput(sizing_mode="stretch_width", background='lightgrey')