JMalott commited on
Commit
887e763
1 Parent(s): 22ba7a7

Update page/reduce.py

Browse files
Files changed (1) hide show
  1. 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
- cols1,col2 = st.columns(2)
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'])