netzhang's picture
Deploy precalculated app (manual, from demo branch)
51545af 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']