saritha5 commited on
Commit
d6a0471
·
1 Parent(s): 30e948d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ else:
129
  #f = stringio.read()
130
  st.write(f)
131
  image1= Image.open(f)
132
- st.header('hello')
133
  st.image(image1,use_column_width = True)
134
  #image_path = Path(f.name)
135
  #st.write(image_path)
 
129
  #f = stringio.read()
130
  st.write(f)
131
  image1= Image.open(f)
132
+ st.write(type(image1))
133
  st.image(image1,use_column_width = True)
134
  #image_path = Path(f.name)
135
  #st.write(image_path)