JaredBailey commited on
Commit
24c2710
·
verified ·
1 Parent(s): 7f1d581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ if st.session_state.screen == 2:
208
  for j in range(0, width, 600):
209
  cv2.rectangle(st.session_state.blank_img, (j, i), (j + 640, i + 640), (0, 255, 0), 5)
210
  cv2.putText(st.session_state.blank_img, str(int(i / 600) * 10 + int(j / 600)), (j + 200, i + 320), cv2.FONT_HERSHEY_SIMPLEX, 10, (0, 255, 0), 10)
211
- st.image(st.session_state.boxed_image, use_column_width=True)
212
 
213
  with row5_col3:
214
  # navigation
 
208
  for j in range(0, width, 600):
209
  cv2.rectangle(st.session_state.blank_img, (j, i), (j + 640, i + 640), (0, 255, 0), 5)
210
  cv2.putText(st.session_state.blank_img, str(int(i / 600) * 10 + int(j / 600)), (j + 200, i + 320), cv2.FONT_HERSHEY_SIMPLEX, 10, (0, 255, 0), 10)
211
+ st.image(st.session_state.blank_img, use_column_width=True)
212
 
213
  with row5_col3:
214
  # navigation