ehsk commited on
Commit
e283569
·
1 Parent(s): 293b4c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "year", "source"))
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(