Spaces:
Sleeping
Sleeping
Update Home.py
Browse files
Home.py
CHANGED
|
@@ -102,7 +102,7 @@ elif st.session_state.page == "Rotating":
|
|
| 102 |
st.title("2. 🔄 Rotation")
|
| 103 |
|
| 104 |
# Content for Rotating
|
| 105 |
-
|
| 106 |
Definition:
|
| 107 |
Rotation turns the image around a fixed center point (usually the center of the image) by a certain angle.
|
| 108 |
''')
|
|
@@ -205,12 +205,11 @@ elif st.session_state.page == "Rotating":
|
|
| 205 |
navigate_to("Shearing ")
|
| 206 |
|
| 207 |
|
| 208 |
-
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
|
| 212 |
-
|
| 213 |
-
st.write('''
|
| 214 |
Definition:
|
| 215 |
Shearing transforms an image such that:
|
| 216 |
- Vertical shearing slants the image along the y-axis.
|
|
|
|
| 102 |
st.title("2. 🔄 Rotation")
|
| 103 |
|
| 104 |
# Content for Rotating
|
| 105 |
+
st.write('''
|
| 106 |
Definition:
|
| 107 |
Rotation turns the image around a fixed center point (usually the center of the image) by a certain angle.
|
| 108 |
''')
|
|
|
|
| 205 |
navigate_to("Shearing ")
|
| 206 |
|
| 207 |
|
| 208 |
+
# Shearing
|
| 209 |
+
elif st.session_state.page == "Shearing ":
|
| 210 |
+
st.title("5. 📐Shearing (or stretching)")
|
| 211 |
+
# Content for Shearing
|
| 212 |
+
st.write('''
|
|
|
|
| 213 |
Definition:
|
| 214 |
Shearing transforms an image such that:
|
| 215 |
- Vertical shearing slants the image along the y-axis.
|