streamlit-custom-component Streamlit component that allows you to do X Installation instructions pip install streamlit-blockly Usage instructions import streamlit as st import streamlit_blockly as st_blockly value = st_blockly.workspace() st.write(value)