lily-hust commited on
Commit
ec811c5
·
1 Parent(s): 128ad4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,8 +15,8 @@ st.markdown('You can click "Browse files" multiple times until adding all images
15
  #uploaded_file = st.file_uploader("Upload an image file", type="jpg", accept_multiple_files=True)
16
 
17
  imageContainer = st.empty()
18
- imageContainer.image(uploaded_file, width=100)
19
  uploaded_file = imageContainer.file_uploader("Upload an image file", type="jpg", accept_multiple_files=True)
 
20
 
21
  closeImage = st.button("clear all images")
22
 
 
15
  #uploaded_file = st.file_uploader("Upload an image file", type="jpg", accept_multiple_files=True)
16
 
17
  imageContainer = st.empty()
 
18
  uploaded_file = imageContainer.file_uploader("Upload an image file", type="jpg", accept_multiple_files=True)
19
+ imageContainer.image(uploaded_file, width=100)
20
 
21
  closeImage = st.button("clear all images")
22