Spaces:
Runtime error
Runtime error
bills
commited on
Commit
·
5dfcd99
1
Parent(s):
43bf6e9
Add some changes
Browse files- apps/__pycache__/home.cpython-37.pyc +0 -0
- apps/home.py +1 -1
apps/__pycache__/home.cpython-37.pyc
CHANGED
Binary files a/apps/__pycache__/home.cpython-37.pyc and b/apps/__pycache__/home.cpython-37.pyc differ
|
|
apps/home.py
CHANGED
@@ -37,4 +37,4 @@ def app():
|
|
37 |
popup = folium.Popup(iframe, min_width=250, max_width=300)
|
38 |
ais_data.add_child(mCluster.add_child(folium.Marker(location=[i[10], i[11]], popup=popup, icon=folium.Icon(color="black", icon="ship", prefix="fa"))))
|
39 |
jakarta_vessels.add_child(ais_data)
|
40 |
-
folium_static(jakarta_vessels, width=
|
|
|
37 |
popup = folium.Popup(iframe, min_width=250, max_width=300)
|
38 |
ais_data.add_child(mCluster.add_child(folium.Marker(location=[i[10], i[11]], popup=popup, icon=folium.Icon(color="black", icon="ship", prefix="fa"))))
|
39 |
jakarta_vessels.add_child(ais_data)
|
40 |
+
folium_static(jakarta_vessels, width=1100, height=700)
|