Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,11 +24,11 @@ buttons = pn.Column(button1, button2, button3, sizing_mode='stretch_height', bac
|
|
| 24 |
|
| 25 |
# Layout using Template
|
| 26 |
template = pn.template.FastListTemplate(
|
| 27 |
-
|
| 28 |
sidebar=['Manufacturers'],
|
| 29 |
main=pn.Column(),
|
| 30 |
-
|
| 31 |
-
|
| 32 |
)
|
| 33 |
|
| 34 |
# Run the app
|
|
|
|
| 24 |
|
| 25 |
# Layout using Template
|
| 26 |
template = pn.template.FastListTemplate(
|
| 27 |
+
title='EasySciRead .interactive',
|
| 28 |
sidebar=['Manufacturers'],
|
| 29 |
main=pn.Column(),
|
| 30 |
+
accent_base_color="#88d8b0",
|
| 31 |
+
header_background="#FFFFFF",
|
| 32 |
)
|
| 33 |
|
| 34 |
# Run the app
|