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