EasySci commited on
Commit
08cdbb6
·
1 Parent(s): abd2ef3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ entered_options = [
29
  header_buttons = pn.Row(sizing_mode='stretch_width', css_classes=['header-buttons'])
30
 
31
  # "+" button to trigger the addition to the header
32
- add_to_header_button = pn.widgets.Button(name="", icon='search', icon_size='1.5em', button_type = 'light')
33
 
34
  # List to store the names of buttons to be added to the header
35
  buttons_to_add = []
 
29
  header_buttons = pn.Row(sizing_mode='stretch_width', css_classes=['header-buttons'])
30
 
31
  # "+" button to trigger the addition to the header
32
+ add_to_header_button = pn.widgets.Button(name="", icon='search', icon_size='1.5em', button_style = 'outline',button_type = 'light')
33
 
34
  # List to store the names of buttons to be added to the header
35
  buttons_to_add = []