>>> title = st.text_input('Movie title', 'Life of Brian') >>> st.write('The current movie title is', title) 

Read more of this post