mwe11s commited on
Commit
0ac028e
·
1 Parent(s): 12d1494

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import streamlit as st
2
 
3
- x = st.slider('Select a value')
4
- st.write(x, 'squared is', x * x)
 
 
 
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
+