Spaces:
Runtime error
Runtime error
Update page/reduce.py
Browse files- page/reduce.py +1 -1
page/reduce.py
CHANGED
@@ -36,7 +36,7 @@ def app():
|
|
36 |
for ix,result in enumerate( st.session_state.results ):
|
37 |
|
38 |
with st.container():
|
39 |
-
|
40 |
|
41 |
with col1:
|
42 |
t = st.image(result['image'])
|
|
|
36 |
for ix,result in enumerate( st.session_state.results ):
|
37 |
|
38 |
with st.container():
|
39 |
+
col1,col2 = st.columns(2)
|
40 |
|
41 |
with col1:
|
42 |
t = st.image(result['image'])
|