Spaces:
Running
Running
Odin-son
commited on
Commit
·
8545691
1
Parent(s):
14a317e
remove set_page_config
Browse files
app.py
CHANGED
@@ -8,9 +8,6 @@ IMAGE_PATH = {
|
|
8 |
|
9 |
st.write("##")
|
10 |
|
11 |
-
# set page config
|
12 |
-
st.set_page_config(page_title="Image-Comparison Example", layout="centered")
|
13 |
-
|
14 |
with st.form(key="Image Comparison"):
|
15 |
# image one inputs
|
16 |
col1, col2 = st.columns([3, 1])
|
|
|
8 |
|
9 |
st.write("##")
|
10 |
|
|
|
|
|
|
|
11 |
with st.form(key="Image Comparison"):
|
12 |
# image one inputs
|
13 |
col1, col2 = st.columns([3, 1])
|