Spaces:
Runtime error
Runtime error
David Wisdom
commited on
Commit
·
aed05e6
1
Parent(s):
4ebbf66
zoom out
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def plot_example(df: pd.DataFrame, labels: np.ndarray):
|
|
78 |
fig = px.scatter_mapbox(df, lon='longitude', lat='latitude',
|
79 |
hover_name='display_name',
|
80 |
color=labels,
|
81 |
-
zoom=
|
82 |
color_discrete_sequence=px.colors.qualitative.Dark24)
|
83 |
return fig
|
84 |
|
|
|
78 |
fig = px.scatter_mapbox(df, lon='longitude', lat='latitude',
|
79 |
hover_name='display_name',
|
80 |
color=labels,
|
81 |
+
zoom=8,
|
82 |
color_discrete_sequence=px.colors.qualitative.Dark24)
|
83 |
return fig
|
84 |
|