akbor / st_input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

License:MIT License


Languages

Language:Python 39.8%Language:CSS 34.3%Language:JavaScript 22.1%Language:HTML 3.8%