EasySci commited on
Commit
9dc4742
·
1 Parent(s): 79c07c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(header_buttons, sizing_mode='stretch_width'), pn.Row(filter_list, add_to_header_button)],
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),