shwetashweta05
commited on
Update pages/Image.py
Browse files- 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")
|