annotation_dev / app.py
ppsingh's picture
Create new file
46af628
raw
history blame
123 Bytes
import streamlit as st
title = st.text_input('Movie title', 'Life of Brian')
st.write('The current movie title is', title)