mikonvergence commited on
Commit
9e5ff86
·
verified ·
1 Parent(s): c736e03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def Page():
69
  m = leafmap.Map(
70
  height=560,
71
  width=560,
72
- layout=ipywidgets.Layout(max_width='90vw', max_height='80vh'),
73
  zoom=zoom.value,
74
  center=center.value,
75
  draw_control=False,
 
69
  m = leafmap.Map(
70
  height=560,
71
  width=560,
72
+ layout=ipywidgets.Layout(max_width='60vw', max_height='80vh'),
73
  zoom=zoom.value,
74
  center=center.value,
75
  draw_control=False,