Spaces:
Sleeping
Sleeping
Update app2.py
Browse files
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
|