Comment saisir une chaîne en sational

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