David Wisdom commited on
Commit
aed05e6
1 Parent(s): 4ebbf66
Files changed (1) hide show
  1. app.py +1 -1
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=9,
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