streamlit-webix Streamlit wrapper for the Webix UI library Installation instructions pip install streamlit-webix Usage instructions import streamlit as st from streamlit_webix import streamlit_webix value = streamlit_webix() st.write(value)