mwe11s commited on
Commit
6aae45d
·
1 Parent(s): cbcafae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
 
3
- st.write("Will you be my Valintine?")
4
  st.button("Yes", type="secondary")
5
  st.button("No", type="primary")
6
 
 
1
  import streamlit as st
2
 
3
+ st.write("Will you be my Valentine?")
4
  st.button("Yes", type="secondary")
5
  st.button("No", type="primary")
6