EasySci commited on
Commit
3baa447
·
1 Parent(s): 69af1d8

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +2 -1
app2.py CHANGED
@@ -198,7 +198,8 @@ template = pn.template.FastListTemplate(
198
  header_color="#000000",
199
  text_align='center',
200
  sidebar_width=160,
201
- sizing_mode = 'stretch_both'
 
202
  )
203
 
204
  # Run the app
 
198
  header_color="#000000",
199
  text_align='center',
200
  sidebar_width=160,
201
+ sizing_mode = 'stretch_both',
202
+ header_links=True, # Add this line to enable smooth scrolling
203
  )
204
 
205
  # Run the app