mikonvergence commited on
Commit
afef7db
·
verified ·
1 Parent(s): 2dcc4fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- #height=500px,
71
- layout=ipywidgets.Layout(overflow='hidden', width='560px', height='560px', max_width='90rem'),
 
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,