ronakreddy18 commited on
Commit
887e319
·
verified ·
1 Parent(s): 442160d

Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py

Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py CHANGED
@@ -153,7 +153,7 @@ def unstructured_data_page():
153
  if st.button("Introduction to Image"):
154
  st.session_state.page = "introduction_to_image"
155
 
156
- ###Handling Image Data Section
157
  st.header("🖼️ Handling Image Data")
158
  st.markdown("""
159
  Image data can be processed using libraries like OpenCV and PIL (Pillow). Images often need to be preprocessed for tasks like analysis, classification, or feature extraction. Common operations include:
@@ -416,3 +416,5 @@ elif st.session_state.page == "semi_structured_data":
416
  semi_structured_data_page()
417
  elif st.session_state.page == "xml":
418
  xml_page()
 
 
 
153
  if st.button("Introduction to Image"):
154
  st.session_state.page = "introduction_to_image"
155
 
156
+ def image():
157
  st.header("🖼️ Handling Image Data")
158
  st.markdown("""
159
  Image data can be processed using libraries like OpenCV and PIL (Pillow). Images often need to be preprocessed for tasks like analysis, classification, or feature extraction. Common operations include:
 
416
  semi_structured_data_page()
417
  elif st.session_state.page == "xml":
418
  xml_page()
419
+ elif st.session_state.page == "introduction_to_image":
420
+ image()