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

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
 
43
 
44
- in_mode = st.selectbox("Choose background color", ["Transparent (PNG)", "White", "Black", "Green", "Red", "Blue"])
45
  in_submit = st.button("Submit")
46
 
47
  if uploaded_file is not None and in_submit:
 
41
 
42
 
43
 
44
+ in_mode = "Transparent (PNG)"
45
  in_submit = st.button("Submit")
46
 
47
  if uploaded_file is not None and in_submit: