Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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
|