Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
| 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')
|