ronakreddy18 commited on
Commit
ce51f85
·
verified ·
1 Parent(s): b5667be

Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py

Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py CHANGED
@@ -149,7 +149,7 @@ def unstructured_data_page():
149
  if st.button("Introduction to Image"):
150
  st.session_state.page = "introduction_to_image"
151
 
152
- def image():
153
  st.header("🖼️ What is Image")
154
  st.markdown("""
155
  An image is a two-dimensional visual representation of objects, people, scenes, or concepts. It can be captured using devices like cameras, scanners, or created digitally. Images are composed of individual units called pixels, which contain information about brightness and color.
 
149
  if st.button("Introduction to Image"):
150
  st.session_state.page = "introduction_to_image"
151
 
152
+ def introduction_to_image_page():
153
  st.header("🖼️ What is Image")
154
  st.markdown("""
155
  An image is a two-dimensional visual representation of objects, people, scenes, or concepts. It can be captured using devices like cameras, scanners, or created digitally. Images are composed of individual units called pixels, which contain information about brightness and color.