Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ if "messages" not in st.session_state:
|
|
19 |
# Sidebar for image upload
|
20 |
with st.sidebar:
|
21 |
st.title("🖼️ Upload and Display Images")
|
22 |
-
uploaded_image =
|
23 |
|
24 |
if uploaded_image:
|
25 |
pil_image = Image.open(uploaded_image)
|
|
|
19 |
# Sidebar for image upload
|
20 |
with st.sidebar:
|
21 |
st.title("🖼️ Upload and Display Images")
|
22 |
+
uploaded_image = custom_file_uploader()
|
23 |
|
24 |
if uploaded_image:
|
25 |
pil_image = Image.open(uploaded_image)
|