m7n commited on
Commit
2a7161e
·
1 Parent(s): 40dd3c9

reverted to median

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,7 +253,7 @@ def predict(text_input, sample_size_slider, reduce_sample_checkbox, sample_reduc
253
 
254
  hover_text=[str(row['title']) for ix, row in stacked_df.iterrows()],
255
  marker_color_array=stacked_df['color'],
256
- use_medoids=False,
257
  width=1000,
258
  height=1000,
259
  point_radius_min_pixels=1,
 
253
 
254
  hover_text=[str(row['title']) for ix, row in stacked_df.iterrows()],
255
  marker_color_array=stacked_df['color'],
256
+ use_medoids=True,
257
  width=1000,
258
  height=1000,
259
  point_radius_min_pixels=1,