Spaces:
Running
on
L4
Running
on
L4
mikonvergence
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -67,8 +67,9 @@ def Page():
|
|
67 |
with solara.ColumnsResponsive(default=12, small=12, medium=6, large=6, xlarge=6):
|
68 |
with solara.Column(align='center'):
|
69 |
m = leafmap.Map(
|
70 |
-
|
71 |
-
|
|
|
72 |
zoom=zoom.value,
|
73 |
center=center.value,
|
74 |
draw_control=False,
|
|
|
67 |
with solara.ColumnsResponsive(default=12, small=12, medium=6, large=6, xlarge=6):
|
68 |
with solara.Column(align='center'):
|
69 |
m = leafmap.Map(
|
70 |
+
height=560,
|
71 |
+
width=560,
|
72 |
+
layout=Layout(max_width='90vw', max_height='80vh'),
|
73 |
zoom=zoom.value,
|
74 |
center=center.value,
|
75 |
draw_control=False,
|