main.py
CHANGED
|
@@ -100,8 +100,8 @@ def index():
|
|
| 100 |
Script(src="https://unpkg.com/leaflet@1.4.0/dist/leaflet.js"),
|
| 101 |
#Body(onload='load()'),
|
| 102 |
Div(id='mapid'),
|
| 103 |
-
|
| 104 |
-
|
| 105 |
)
|
| 106 |
|
| 107 |
# Handle the form submission
|
|
|
|
| 100 |
Script(src="https://unpkg.com/leaflet@1.4.0/dist/leaflet.js"),
|
| 101 |
#Body(onload='load()'),
|
| 102 |
Div(id='mapid'),
|
| 103 |
+
page,
|
| 104 |
+
Script(js)
|
| 105 |
)
|
| 106 |
|
| 107 |
# Handle the form submission
|