Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to input a string in streamlit

>>> title = st.text_input('Movie title', 'Life of Brian')
>>> st.write('The current movie title is', title)
Source by docs.streamlit.io #
 
PREVIOUS NEXT
Tagged: #input #string #streamlit
ADD COMMENT
Topic
Name
5+4 =