/st_input

Primary LanguagePythonMIT LicenseMIT

streamlit-input

This a general streamlit input widget, that supports additional input types.

Installation instructions

pip install streamlit-input

Usage instructions

import streamlit as st

from st_input import st_input

value = st_input()

st.write(value)