Spaces:
Running
Running
Marc Skov Madsen
commited on
Commit
·
5fc3721
1
Parent(s):
2602c55
add back mandelbrot
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ cmap = pn.widgets.ColorMap(
|
|
117 |
swatch_width=100,
|
118 |
sizing_mode="stretch_width",
|
119 |
name="Color Map",
|
120 |
-
stylesheets=[],
|
121 |
)
|
122 |
dmap = hv.DynamicMap(
|
123 |
pn.bind(
|
|
|
117 |
swatch_width=100,
|
118 |
sizing_mode="stretch_width",
|
119 |
name="Color Map",
|
120 |
+
stylesheets=[CMAP_CSS],
|
121 |
)
|
122 |
dmap = hv.DynamicMap(
|
123 |
pn.bind(
|