Spaces:
Runtime error
Runtime error
import streamlit as st | |
from streamlit_sweethome3d import streamlit_sweethome3d | |
st.header("Sweet Home 3D") | |
st.markdown("This is an example of [streamlit_sweethome3d](https://gitlab.com/nicolalandro/streamlit-sweethome3d) plugin.") | |
state = streamlit_sweethome3d(name = "NameViteVanilla") |