Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ def create_map_figure(predictions, cell_ids):
|
|
99 |
))
|
100 |
|
101 |
fig.update_layout(
|
102 |
-
mapbox_style="
|
103 |
hovermode='closest',
|
104 |
mapbox=dict(
|
105 |
bearing=0,
|
|
|
99 |
))
|
100 |
|
101 |
fig.update_layout(
|
102 |
+
mapbox_style="open-street-map", # Change this line to use 'light' style
|
103 |
hovermode='closest',
|
104 |
mapbox=dict(
|
105 |
bearing=0,
|