LakshmiHarika commited on
Commit
2bb1931
·
verified ·
1 Parent(s): 4ff116e

Update pages/Data Collection.py

Browse files
Files changed (1) hide show
  1. pages/Data Collection.py +5 -0
pages/Data Collection.py CHANGED
@@ -433,6 +433,11 @@ elif st.session_state.current_page == "explore_images_video":
433
  # Render the plot in Streamlit
434
  st.pyplot(fig)
435
 
 
 
 
 
 
436
  # Section: What is RGB Color Space?
437
  st.subheader("What is RGB Color Space?")
438
  st.write("""
 
433
  # Render the plot in Streamlit
434
  st.pyplot(fig)
435
 
436
+ st.image(
437
+ "https://huggingface.co/spaces/LakshmiHarika/MachineLearning/resolve/main/pages/opencv-imageprocessing-array.png",
438
+ caption="Black and White Color Space.",
439
+ use_container_width=True)
440
+
441
  # Section: What is RGB Color Space?
442
  st.subheader("What is RGB Color Space?")
443
  st.write("""