Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ filter_list = pn.widgets.CheckButtonGroup(
|
|
| 24 |
button_type='success',
|
| 25 |
sizing_mode='fixed',
|
| 26 |
button_style = 'solid',
|
| 27 |
-
button_type = 'default',
|
| 28 |
margin=(5, 10)
|
| 29 |
)
|
| 30 |
|
|
|
|
| 24 |
button_type='success',
|
| 25 |
sizing_mode='fixed',
|
| 26 |
button_style = 'solid',
|
| 27 |
+
# button_type = 'default',
|
| 28 |
margin=(5, 10)
|
| 29 |
)
|
| 30 |
|