Skip to content

akbor/st_input

Repository files navigation

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)