asoria HF staff commited on
Commit
aea74ea
1 Parent(s): 2b40426

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -368,7 +368,8 @@ def generate_topics(dataset, config, split, column, plot_type):
368
  # TODO: Export data to .arrow and also serve it
369
  inline_data=True,
370
  # offline_data_prefix=dataset_clear_name,
371
- initial_zoom_fraction=0.8,
 
372
  )
373
  html_content = str(interactive_plot)
374
  html_file_path = f"{dataset_clear_name}.html"
 
368
  # TODO: Export data to .arrow and also serve it
369
  inline_data=True,
370
  # offline_data_prefix=dataset_clear_name,
371
+ initial_zoom_fraction=0.9,
372
+ cluster_boundary_polygons=True
373
  )
374
  html_content = str(interactive_plot)
375
  html_file_path = f"{dataset_clear_name}.html"