Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|