jethrovic commited on
Commit
62eff94
1 Parent(s): 20acd6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ uploaded_image = st.file_uploader("Drag and drop an image here, or click to sele
28
  # Display the uploaded image
29
  if uploaded_image is not None:
30
  # Read the image
31
- image = Image.open(uploaded_image)
32
 
33
  # Display the image
34
  st.image(image, caption="Uploaded Image", use_column_width=True)
 
28
  # Display the uploaded image
29
  if uploaded_image is not None:
30
  # Read the image
31
+ image = image.open(uploaded_image)
32
 
33
  # Display the image
34
  st.image(image, caption="Uploaded Image", use_column_width=True)