shwetashweta05 commited on
Commit
928e43c
·
verified ·
1 Parent(s): 2d64502

Update pages/Image.py

Browse files
Files changed (1) hide show
  1. pages/Image.py +4 -1
pages/Image.py CHANGED
@@ -100,4 +100,7 @@ st.write("""
100
  **4.LAB:** For accurate color corrections and advanced processing.
101
 
102
  **5.YCbCr:** For video encoding and compression.
103
- """)
 
 
 
 
100
  **4.LAB:** For accurate color corrections and advanced processing.
101
 
102
  **5.YCbCr:** For video encoding and compression.
103
+ """)
104
+
105
+ if st.button("**Image augmentation**"):
106
+ st.switch_page("pages/Image augmentation")