David Wisdom commited on
Commit
0edf155
1 Parent(s): d256b25
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def plot_example(df: pd.DataFrame, labels: np.ndarray):
79
  hover_name='display_name',
80
  color=labels,
81
  zoom=10,
82
- color_discrete_sequence=px.colors.qualitative.Safe,
83
  return fig
84
 
85
 
 
79
  hover_name='display_name',
80
  color=labels,
81
  zoom=10,
82
+ color_discrete_sequence=px.colors.qualitative.Dark24)
83
  return fig
84
 
85