eagle0504 commited on
Commit
61d881c
·
verified ·
1 Parent(s): 0cd5480

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = st.custom_file_uploader()
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)