Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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.
|
|
|
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"
|