Nikhithapotnuru commited on
Commit
42980c2
·
verified ·
1 Parent(s): 2c5a9f1

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +6 -7
Home.py CHANGED
@@ -102,7 +102,7 @@ elif st.session_state.page == "Rotating":
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,12 +205,11 @@ elif st.session_state.page == "Rotating":
205
  navigate_to("Shearing ")
206
 
207
 
208
- # Shearing
209
- elif st.session_state.page == "Shearing ":
210
- st.title("5. 📐Shearing (or stretching)")
211
-
212
- # Content for Shearing
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.