noumanjavaid commited on
Commit
3708db4
·
verified ·
1 Parent(s): 05c5d9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -616,9 +616,7 @@ st.markdown("""
616
  </div>
617
  """, unsafe_allow_html=True)
618
 
619
-
620
- uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
621
-
622
  if uploaded_file is not None:
623
  # Display original image
624
  image_bytes = uploaded_file.getvalue()
 
616
  </div>
617
  """, unsafe_allow_html=True)
618
 
619
+ uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
 
 
620
  if uploaded_file is not None:
621
  # Display original image
622
  image_bytes = uploaded_file.getvalue()