We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c4dc7 commit d24a777Copy full SHA for d24a777
examples/superzip/app.py
@@ -1,4 +1,3 @@
1
-from atexit import register
2
import os
3
from typing import Tuple, List, Optional
4
@@ -52,7 +51,6 @@ def _(vals: List[float]) -> List[str]:
52
51
ui_map = ui.TagList(
53
output_widget("map", width="100%", height="100%"),
54
ui.panel_fixed(
55
- ui.h2(ui.HTML("ZIP explorer<br/>(no tiles)")),
56
ui.h2("SuperZIP explorer"),
57
ui.input_select("variable", "Heatmap variable", vars),
58
output_widget("density_score", height="200px"),
0 commit comments