sree4411 commited on
Commit
4040690
·
verified ·
1 Parent(s): efb06fa

Update pages/3_Life Cycle Of ML Project.py

Browse files
pages/3_Life Cycle Of ML Project.py CHANGED
@@ -187,9 +187,9 @@ elif st.session_state.page == "unstructured_data":
187
 
188
  # ----------------- Introduction to Image -----------------
189
  elif st.session_state.page == "Introduction_to_image":
190
- st.header("🖼️ What is Image")
191
- st.markdown("""
192
- 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.
193
  Types of Images:
194
  - **Raster Images (Bitmap)**: Composed of a grid of pixels. Common formats include:
195
  - JPEG
 
187
 
188
  # ----------------- Introduction to Image -----------------
189
  elif st.session_state.page == "Introduction_to_image":
190
+ st.header("🖼️ What is Image")
191
+ st.markdown("""
192
+ ###: What is an image?\nAn 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.
193
  Types of Images:
194
  - **Raster Images (Bitmap)**: Composed of a grid of pixels. Common formats include:
195
  - JPEG