ppsingh commited on
Commit
46af628
1 Parent(s): 0f565b4

Create new file

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ title = st.text_input('Movie title', 'Life of Brian')
4
+ st.write('The current movie title is', title)