import streamlit as st # A-Frame HTML template with drag-and-drop functionality aframe_html = """ """ # Streamlit command to render the A-Frame scene st.markdown(aframe_html, unsafe_allow_html=True)