markytools commited on
Commit
6a1c9b8
·
1 Parent(s): 9830b8e
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -13,3 +13,6 @@ if genre ==radioButtonList[0]:
13
  st.write('You selected comedy.')
14
  else:
15
  st.write("You didn\'t select comedy.")
 
 
 
 
13
  st.write('You selected comedy.')
14
  else:
15
  st.write("You didn\'t select comedy.")
16
+
17
+ title = st.text_input('Movie title', 'Life of Brian')
18
+ st.write('The current movie title is', title)