Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ with st.sidebar:
|
|
65 |
DF.loc[df_mask, "opacity"] = 1.0
|
66 |
st.write(f"Number of points: {DF[df_mask].shape[0]}")
|
67 |
|
68 |
-
color = st.selectbox("Color", ("cluster", "
|
69 |
|
70 |
|
71 |
fig = px.scatter(
|
|
|
65 |
DF.loc[df_mask, "opacity"] = 1.0
|
66 |
st.write(f"Number of points: {DF[df_mask].shape[0]}")
|
67 |
|
68 |
+
color = st.selectbox("Color", ("cluster", "source"))
|
69 |
|
70 |
|
71 |
fig = px.scatter(
|