Spaces:
Running
Running
phyloforfun
commited on
Commit
•
550800a
1
Parent(s):
49fb854
file upload gallery
Browse files
app.py
CHANGED
@@ -1105,7 +1105,8 @@ def content_tab_settings():
|
|
1105 |
with col_local_2:
|
1106 |
if st.session_state['input_list']:
|
1107 |
st.subheader('Image Gallery')
|
1108 |
-
selected_img = image_select("Uploaded Images Ready for Transcription", st.session_state['input_list'], use_container_width=False)
|
|
|
1109 |
st.button("Clear Staged Images",on_click=delete_directory, args=[st.session_state['dir_uploaded_images']])
|
1110 |
|
1111 |
with col_cropped_1:
|
|
|
1105 |
with col_local_2:
|
1106 |
if st.session_state['input_list']:
|
1107 |
st.subheader('Image Gallery')
|
1108 |
+
# selected_img = image_select("Uploaded Images Ready for Transcription", st.session_state['input_list'], use_container_width=False)
|
1109 |
+
st.image(st.session_state['input_list'])
|
1110 |
st.button("Clear Staged Images",on_click=delete_directory, args=[st.session_state['dir_uploaded_images']])
|
1111 |
|
1112 |
with col_cropped_1:
|