Spaces:
Running
on
Zero
Running
on
Zero
reverted to median
Browse files
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=
|
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,
|