Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 294 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 294 Bytes

streamlit-custom-component

Streamlit component that allows you to do X

Installation instructions

pip install streamlit-custom-component

Usage instructions

import streamlit as st

from my_component import my_component

value = my_component()

st.write(value)