Skip to content

Commit d24a777

Browse files
committed
Couple small superzip fixes
1 parent 87c4dc7 commit d24a777

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/superzip/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from atexit import register
21
import os
32
from typing import Tuple, List, Optional
43

@@ -52,7 +51,6 @@ def _(vals: List[float]) -> List[str]:
5251
ui_map = ui.TagList(
5352
output_widget("map", width="100%", height="100%"),
5453
ui.panel_fixed(
55-
ui.h2(ui.HTML("ZIP explorer<br/>(no tiles)")),
5654
ui.h2("SuperZIP explorer"),
5755
ui.input_select("variable", "Heatmap variable", vars),
5856
output_widget("density_score", height="200px"),

0 commit comments

Comments
 (0)