constellaration-bench / visualize.py
cgeorgiaw's picture
cgeorgiaw HF Staff
still trying to make the leaderboard
3e3ca09
raw
history blame
258 Bytes
from constellaration.utils import (
file_exporter,
visualization,
visualization_utils,
)
import plotly.express as px
def make_visual(boundary):
vis = visualization.plot_surface(boundary)
div = vis.to_html(full_html=False)
return div