Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 295 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 295 Bytes

streamlit-query-input

multiline text input with resut and submit buttons

Installation instructions

pip install streamlit-query-input

Usage instructions

import streamlit as st

from st_query_input import st_query_input

value = st_query_input()

st.write(value)