isom5240 commited on
Commit
ccdc3c4
·
verified ·
1 Parent(s): 9a60ca7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -29,7 +29,6 @@ def main():
29
  uploaded_image = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])
30
 
31
  if uploaded_file is not None:
32
- print(uploaded_file)
33
 
34
  st.image(uploaded_image, caption="Uploaded Image", use_column_width=True)
35
 
 
29
  uploaded_image = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])
30
 
31
  if uploaded_file is not None:
 
32
 
33
  st.image(uploaded_image, caption="Uploaded Image", use_column_width=True)
34