JaredBailey commited on
Commit
d451a0f
·
verified ·
1 Parent(s): 6b2623b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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([5,1,5])
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([3,1,3])
75
  with row1a_col1:
76
  if st.button("Proceed", key="Proceed", use_container_width=True):
77
  st.session_state.screen = 1