Spaces:
Running
Running
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"]
|
| 22 |
|
| 23 |
# MultiChoice widget to display the filter options
|
| 24 |
filter_list = pn.widgets.MultiChoice(
|
|
@@ -62,9 +62,9 @@ buttons_to_add = []
|
|
| 62 |
# Layout using Template
|
| 63 |
template = pn.template.FastListTemplate(
|
| 64 |
title="EasySciRead",
|
| 65 |
-
header=[pn.Row(filter_list, add_to_header_button)],
|
| 66 |
main=[
|
| 67 |
-
pn.Row(header_buttons),
|
| 68 |
pn.Column(text),
|
| 69 |
],
|
| 70 |
sidebar=[buttons],
|
|
|
|
| 18 |
text = pn.pane.Markdown(instructions)
|
| 19 |
|
| 20 |
# List to store the entered options
|
| 21 |
+
entered_options = ["option1", "option2", "option3", "option5","option6","option7","option8","option9"]
|
| 22 |
|
| 23 |
# MultiChoice widget to display the filter options
|
| 24 |
filter_list = pn.widgets.MultiChoice(
|
|
|
|
| 62 |
# Layout using Template
|
| 63 |
template = pn.template.FastListTemplate(
|
| 64 |
title="EasySciRead",
|
| 65 |
+
header=[pn.Row(header_buttons, filter_list, add_to_header_button)],
|
| 66 |
main=[
|
| 67 |
+
# pn.Row(header_buttons),
|
| 68 |
pn.Column(text),
|
| 69 |
],
|
| 70 |
sidebar=[buttons],
|