fix typo mistake^^'

#2
by ceyda - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ image_url = st.text_input(
19
  value="https://dl.fbaipublicfiles.com/dino/img.png",
20
  placeholder="https://your-favourite-image.png"
21
  )
22
- uploaded_files = st.file_uploader("or an image file", type =["jpg","jpeg"])
23
 
24
  # Outputs
25
  st.title("Original Image from URL")
 
19
  value="https://dl.fbaipublicfiles.com/dino/img.png",
20
  placeholder="https://your-favourite-image.png"
21
  )
22
+ uploaded_file = st.file_uploader("or an image file", type =["jpg","jpeg"])
23
 
24
  # Outputs
25
  st.title("Original Image from URL")