Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 113 |
-
|
| 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:
|