netzhang's picture
Deploy emb-explorer precalc demo (merged features + demo chrome) to personal namespace
9959e4f verified
Raw
History Blame Contribute Delete
275 Bytes
"""
Clustering summary components for the embed_explore application.
This module re-exports from shared for backwards compatibility.
"""
# Re-export from shared module
from shared.components.summary import render_clustering_summary
__all__ = ['render_clustering_summary']