Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ def update_header():
|
|
| 59 |
# Layout using Template
|
| 60 |
template = pn.template.FastListTemplate(
|
| 61 |
title="EasySciRead",
|
| 62 |
-
header=[pn.Row(
|
| 63 |
main=[
|
| 64 |
# pn.Row(header_buttons),
|
| 65 |
pn.Column(text),
|
|
|
|
| 59 |
# Layout using Template
|
| 60 |
template = pn.template.FastListTemplate(
|
| 61 |
title="EasySciRead",
|
| 62 |
+
header=[pn.Row(update_header(), sizing_mode='stretch_width'), pn.Row(filter_list, add_to_header_button)],
|
| 63 |
main=[
|
| 64 |
# pn.Row(header_buttons),
|
| 65 |
pn.Column(text),
|