Kolpitor commited on
Commit
7017963
1 Parent(s): 65b4a39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ from PIL import Image
8
 
9
  uploaded_file = st.file_uploader("Choose a picture", type=["png","jpg","jpeg"])
10
 
 
11
 
12
  if uploaded_file is not None:
13
  st.image(Image.open(uploaded_file),width=250)
 
8
 
9
  uploaded_file = st.file_uploader("Choose a picture", type=["png","jpg","jpeg"])
10
 
11
+ st.write(uploaded_file)
12
 
13
  if uploaded_file is not None:
14
  st.image(Image.open(uploaded_file),width=250)