JaredBailey commited on
Commit
eb103d6
·
verified ·
1 Parent(s): 748e371

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -109,8 +109,8 @@ if st.session_state.screen == 1:
109
  uploaded_image = ImageOps.exif_transpose(uploaded_image)
110
  st.session_state.image = uploaded_image
111
 
112
- # image selector
113
- st.markdown("<h4 style='text-align: center; color: black;'>Or Select One of the Following</h4>", unsafe_allow_html=True)
114
 
115
  image_path = "/home/user/app/test_images/"
116
  with row2_col1:
 
109
  uploaded_image = ImageOps.exif_transpose(uploaded_image)
110
  st.session_state.image = uploaded_image
111
 
112
+ # image selector
113
+ st.markdown("<h4 style='text-align: center; color: black;'>Or Select One of the Following</h4>", unsafe_allow_html=True)
114
 
115
  image_path = "/home/user/app/test_images/"
116
  with row2_col1: