Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,10 +31,10 @@ filter_list = pn.widgets.MultiChoice(
|
|
| 31 |
)
|
| 32 |
|
| 33 |
# Create buttons for the header
|
| 34 |
-
header_buttons = pn.
|
| 35 |
|
| 36 |
# "+" button to trigger the addition to the header
|
| 37 |
-
add_to_header_button = pn.widgets.Button(name="Add to Header", button_type='
|
| 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 = []
|