fry
Browse files
main.py
CHANGED
@@ -25,7 +25,8 @@ def get():
|
|
25 |
Link(rel="stylesheet", href="https://unpkg.com/[email protected]/dist/leaflet.css"),
|
26 |
Style(style),
|
27 |
Script(src="https://unpkg.com/[email protected]/dist/leaflet.js"),
|
28 |
-
Body(onload='load()',
|
|
|
29 |
Script(js)
|
30 |
)
|
31 |
|
|
|
25 |
Link(rel="stylesheet", href="https://unpkg.com/[email protected]/dist/leaflet.css"),
|
26 |
Style(style),
|
27 |
Script(src="https://unpkg.com/[email protected]/dist/leaflet.js"),
|
28 |
+
Body(onload='load())',
|
29 |
+
Div(id='mapid'),
|
30 |
Script(js)
|
31 |
)
|
32 |
|