JaredBailey commited on
Commit
82eddba
·
verified ·
1 Parent(s): 3f13bde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ with row1_col2:
46
  uploaded_image = ImageOps.exif_transpose(uploaded_image)
47
  st.session_state.image = uploaded_image
48
 
49
- st.markdown("<h2 style='text-align: center; color: black;'>Or</h2>", unsafe_allow_html=True)
50
 
51
  _, row2_col2, row2_col3, row2_col4, row2_col5, _ = st.columns([8,3,3,3,3,8])
52
  _, row3_col2, row3_col3, row3_col4, row3_col5, _ = st.columns([8,3,3,3,3,8])
 
46
  uploaded_image = ImageOps.exif_transpose(uploaded_image)
47
  st.session_state.image = uploaded_image
48
 
49
+ st.markdown("<h3 style='text-align: center; color: black;'>Or Select One of the Following</h3>", unsafe_allow_html=True)
50
 
51
  _, row2_col2, row2_col3, row2_col4, row2_col5, _ = st.columns([8,3,3,3,3,8])
52
  _, row3_col2, row3_col3, row3_col4, row3_col5, _ = st.columns([8,3,3,3,3,8])