EasySci commited on
Commit
5adbe4c
·
1 Parent(s): 7ddead7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,10 +31,10 @@ filter_list = pn.widgets.MultiChoice(
31
  )
32
 
33
  # Create buttons for the header
34
- header_buttons = pn.Column(sizing_mode='stretch_width', css_classes=['header-buttons'])
35
 
36
  # "+" button to trigger the addition to the header
37
- add_to_header_button = pn.widgets.Button(name="Add to Header", button_type='primary')
38
 
39
  # List to store the names of buttons to be added to the header
40
  buttons_to_add = []
 
31
  )
32
 
33
  # Create buttons for the header
34
+ header_buttons = pn.Row(sizing_mode='stretch_width', css_classes=['header-buttons'])
35
 
36
  # "+" button to trigger the addition to the header
37
+ add_to_header_button = pn.widgets.Button(name="Add to Header", button_type='default')
38
 
39
  # List to store the names of buttons to be added to the header
40
  buttons_to_add = []