Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,6 @@ with st.expander("Instructions for Use"):
|
|
132 |
st.write("##")
|
133 |
|
134 |
|
135 |
-
)
|
136 |
|
137 |
col1, col2 = st.columns([3,6])
|
138 |
with col1:
|
@@ -179,7 +178,7 @@ static_component = image_comparison(
|
|
179 |
show_labels=True,
|
180 |
make_responsive=True,
|
181 |
in_memory=True,
|
182 |
-
|
183 |
|
184 |
col1, col2, col3 = st.columns([4, 3, 4])
|
185 |
with col2:
|
|
|
132 |
st.write("##")
|
133 |
|
134 |
|
|
|
135 |
|
136 |
col1, col2 = st.columns([3,6])
|
137 |
with col1:
|
|
|
178 |
show_labels=True,
|
179 |
make_responsive=True,
|
180 |
in_memory=True,
|
181 |
+
)
|
182 |
|
183 |
col1, col2, col3 = st.columns([4, 3, 4])
|
184 |
with col2:
|