Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ppsingh
/
annotation_dev
like
3
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
46af628
annotation_dev
/
app.py
ppsingh
Create new file
46af628
over 2 years ago
raw
Copy download link
history
blame
Safe
123 Bytes
import
streamlit
as
st
title = st.text_input(
'Movie title'
,
'Life of Brian'
)
st.write(
'The current movie title is'
, title)