Uzaiir commited on
Commit
ff2246c
·
verified ·
1 Parent(s): b2348a7

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -17,7 +17,7 @@ if uploaded_file:
17
  # Open and convert the uploaded image to RGB format
18
  image = Image.open(uploaded_file).convert("RGB")
19
 
20
- option = st.sidebar.selectbox("Choose an action", ("Convert to Black & White", "Colorize Black & White"))
21
 
22
  if st.sidebar.button("Process"):
23
  #Convert the uploaded image to black and white
 
17
  # Open and convert the uploaded image to RGB format
18
  image = Image.open(uploaded_file).convert("RGB")
19
 
20
+ option = st.sidebar.selectbox("Choose an action", ("Convert to Black & White", "Colorize Your B&W images"))
21
 
22
  if st.sidebar.button("Process"):
23
  #Convert the uploaded image to black and white