Commit
·
037ddd4
1
Parent(s):
e5cd616
update sidebar menu
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from PIL import Image
|
|
8 |
from io import BytesIO
|
9 |
import base64
|
10 |
|
11 |
-
st.set_page_config(layout="wide", page_title="Image Background Remover")
|
12 |
|
13 |
st.write("## Remove background from your image")
|
14 |
st.write(
|
|
|
8 |
from io import BytesIO
|
9 |
import base64
|
10 |
|
11 |
+
st.set_page_config(layout="wide", page_title="Image Background Remover", initial_sidebar_state="expanded")
|
12 |
|
13 |
st.write("## Remove background from your image")
|
14 |
st.write(
|