netzhang's picture
Deploy emb-explorer precalc demo (merged features + demo chrome) to personal namespace
9959e4f verified
Raw
History Blame Contribute Delete
288 Bytes
"""
Visualization components for the precalculated embeddings application.
This module re-exports from shared for backwards compatibility.
"""
# Re-export scatter plot from shared module
from shared.components.visualization import render_scatter_plot
__all__ = ['render_scatter_plot']