shwetashweta05 commited on
Commit
7bca5cd
·
verified ·
1 Parent(s): 8ca116f

Update pages/Image augmentation.py

Browse files
Files changed (1) hide show
  1. pages/Image augmentation.py +1 -1
pages/Image augmentation.py CHANGED
@@ -47,7 +47,7 @@ cv2.imshow("t_i", r_img1)
47
  cv2.waitKey()
48
  cv2.destroyAllWindows()
49
  """
50
- st.code=(code,language="python")
51
  st.write("""
52
  **Explanation:**
53
  - cv2.getRotationMatrix2D:
 
47
  cv2.waitKey()
48
  cv2.destroyAllWindows()
49
  """
50
+ st.code(code,language="python")
51
  st.write("""
52
  **Explanation:**
53
  - cv2.getRotationMatrix2D: