Spaces:
Running
Running
MarcSkovMadsen
commited on
Commit
•
3cd7cb5
1
Parent(s):
630501d
Update app.py
Browse files
app.py
CHANGED
@@ -40,6 +40,9 @@ pn.template.FastListTemplate(
|
|
40 |
site_url="https://awesome-panel.org",
|
41 |
logo="https://panel.holoviz.org/_static/logo_horizontal_dark_theme.png",
|
42 |
title="mapwidget.cesium",
|
|
|
|
|
|
|
43 |
main=[component],
|
44 |
sidebar=[description],
|
45 |
).servable()
|
|
|
40 |
site_url="https://awesome-panel.org",
|
41 |
logo="https://panel.holoviz.org/_static/logo_horizontal_dark_theme.png",
|
42 |
title="mapwidget.cesium",
|
43 |
+
theme="dark",
|
44 |
+
theme_toggle=False,
|
45 |
+
main_layout=None,
|
46 |
main=[component],
|
47 |
sidebar=[description],
|
48 |
).servable()
|