robocan commited on
Commit
0e4e27b
1 Parent(s): 6ad2f47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def create_map_figure(predictions, cell_ids):
111
  lon=np.mean(lons)
112
  ),
113
  pitch=0,
114
- zoom=0
115
  ),
116
  )
117
 
 
111
  lon=np.mean(lons)
112
  ),
113
  pitch=0,
114
+ zoom=1
115
  ),
116
  )
117