Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ of cross-filtering.
|
|
| 18 |
text = pn.pane.Markdown(instructions)
|
| 19 |
|
| 20 |
# List to store the entered options
|
| 21 |
-
entered_options = ["Option1", "Option2", "Option3", "Asdasadad
|
| 22 |
|
| 23 |
# Create buttons for the header
|
| 24 |
header_buttons = pn.Row(sizing_mode='stretch_width', css_classes=['header-buttons'])
|
|
@@ -59,6 +59,7 @@ filter_list = pn.widgets.MultiChoice(
|
|
| 59 |
options=entered_options,
|
| 60 |
margin=(20, 10),
|
| 61 |
sizing_mode='fixed',
|
|
|
|
| 62 |
styles={'background': '#f0f0f0'},
|
| 63 |
placeholder="Search Topics"
|
| 64 |
)
|
|
|
|
| 18 |
text = pn.pane.Markdown(instructions)
|
| 19 |
|
| 20 |
# List to store the entered options
|
| 21 |
+
entered_options = ["Option1", "Option2", "Option3", "Asdasadad", "Option5", "Option6", "Option7", "Option8", "Option9"]
|
| 22 |
|
| 23 |
# Create buttons for the header
|
| 24 |
header_buttons = pn.Row(sizing_mode='stretch_width', css_classes=['header-buttons'])
|
|
|
|
| 59 |
options=entered_options,
|
| 60 |
margin=(20, 10),
|
| 61 |
sizing_mode='fixed',
|
| 62 |
+
solid=False,
|
| 63 |
styles={'background': '#f0f0f0'},
|
| 64 |
placeholder="Search Topics"
|
| 65 |
)
|