Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ if st.session_state.screen == 0:
|
|
| 71 |
st.markdown("<p style='text-align: left; color: black;'>This tool allows you to take a photo with your phone of a <i>Where's Waldo?</i> book page. Using the computer vision model YOLOv8-large, this tool find Waldo and his friends Wenda, Odlaw, Wizard, and Woof.</p>", unsafe_allow_html=True)
|
| 72 |
|
| 73 |
# proceed button
|
| 74 |
-
_, row1a_col1, _ = st.columns([
|
| 75 |
with row1a_col1:
|
| 76 |
if st.button("Proceed", key="Proceed", use_container_width=True):
|
| 77 |
st.session_state.screen = 1
|
|
|
|
| 71 |
st.markdown("<p style='text-align: left; color: black;'>This tool allows you to take a photo with your phone of a <i>Where's Waldo?</i> book page. Using the computer vision model YOLOv8-large, this tool find Waldo and his friends Wenda, Odlaw, Wizard, and Woof.</p>", unsafe_allow_html=True)
|
| 72 |
|
| 73 |
# proceed button
|
| 74 |
+
_, row1a_col1, _ = st.columns([2,1,2])
|
| 75 |
with row1a_col1:
|
| 76 |
if st.button("Proceed", key="Proceed", use_container_width=True):
|
| 77 |
st.session_state.screen = 1
|