JaredBailey commited on
Commit
e3fb47e
·
verified ·
1 Parent(s): 8a7bff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ if st.session_state.image is not None:
120
  _, col_1, col_2, _ = st.columns([1, 4, 4, 1], gap="medium")
121
  with col_1:
122
  st.write('small image 1 here')
123
- st.image(pred)
124
  with col_2:
125
  st.image(st.session_state.image, use_column_width=True)
126
 
 
120
  _, col_1, col_2, _ = st.columns([1, 4, 4, 1], gap="medium")
121
  with col_1:
122
  st.write('small image 1 here')
123
+ # st.image(pred)
124
  with col_2:
125
  st.image(st.session_state.image, use_column_width=True)
126