de3sec commited on
Commit
35bb6d2
·
1 Parent(s): 1a8c6e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ if uploaded_file is not None:
41
 
42
  with st.expander("Original photo", expanded=True):
43
  if uploaded_file is not None:
44
- st.image(uploaded_file)
45
  else:
46
  st.warning("You haven't uploaded any photo yet")
47
 
 
41
 
42
  with st.expander("Original photo", expanded=True):
43
  if uploaded_file is not None:
44
+ st.image(uploaded_file, width=20)
45
  else:
46
  st.warning("You haven't uploaded any photo yet")
47