rwcuffney commited on
Commit
45aa5f0
1 Parent(s): ebe72dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -163,6 +163,7 @@ with st.form("api_form"):
163
  # To read file as bytes:
164
  bytes_data = uploaded_file.getvalue()
165
  #st.write(bytes_data)
 
166
  image = Image.open(uploaded_file)
167
 
168
 
 
163
  # To read file as bytes:
164
  bytes_data = uploaded_file.getvalue()
165
  #st.write(bytes_data)
166
+ st.image(uploaded_file)
167
  image = Image.open(uploaded_file)
168
 
169