Spaces:
Runtime error
Runtime error
David Wisdom
commited on
Commit
·
0edf155
1
Parent(s):
d256b25
typo
Browse files
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.
|
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 |
|