rishi9440 commited on
Commit
a7412cd
1 Parent(s): cc9c80f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -39,11 +39,7 @@ uploaded_file = st.file_uploader(
39
 
40
  if uploaded_file is not None:
41
 
42
- with st.expander("Original photo", expanded=True):
43
- if uploaded_file is not None:
44
- st.warning("You have uploaded any photo yet")
45
- else:
46
- st.warning("You haven't uploaded any photo yet")
47
 
48
  in_mode = st.selectbox("Choose background color", ["Transparent (PNG)", "White", "Black", "Green", "Red", "Blue"])
49
  in_submit = st.button("Submit")
 
39
 
40
  if uploaded_file is not None:
41
 
42
+
 
 
 
 
43
 
44
  in_mode = st.selectbox("Choose background color", ["Transparent (PNG)", "White", "Black", "Green", "Red", "Blue"])
45
  in_submit = st.button("Submit")