Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
-
st.write("Will you be my
|
| 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 |
|