File size: 123 Bytes
46af628
 
 
 
1
2
3
4
import streamlit as st

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