Update app.py
Browse files
app.py
CHANGED
|
@@ -2,8 +2,8 @@ import streamlit as st
|
|
| 2 |
|
| 3 |
st.title("Will you be my Valentine?")
|
| 4 |
if st.button("Yes", type="secondary"):
|
| 5 |
-
st.text("
|
| 6 |
st.image("https://media.istockphoto.com/id/1367568159/vector/capybaras-kissing-love-illustration.jpg?s=612x612&w=0&k=20&c=Ohde5Q8zG6CMlw0efQjMUKNzNbqVz4yqrzdsXMFi8fM=")
|
| 7 |
if st.button("No", type="primary"):
|
| 8 |
-
st.text("
|
| 9 |
|
|
|
|
| 2 |
|
| 3 |
st.title("Will you be my Valentine?")
|
| 4 |
if st.button("Yes", type="secondary"):
|
| 5 |
+
st.text("See you at Smoke and Mirrors at 6:30 pm")
|
| 6 |
st.image("https://media.istockphoto.com/id/1367568159/vector/capybaras-kissing-love-illustration.jpg?s=612x612&w=0&k=20&c=Ohde5Q8zG6CMlw0efQjMUKNzNbqVz4yqrzdsXMFi8fM=")
|
| 7 |
if st.button("No", type="primary"):
|
| 8 |
+
st.text("Try again... ")
|
| 9 |
|