Sathwikchowdary commited on
Commit
2d7cf41
·
verified ·
1 Parent(s): 242038e

Update pages/Info _of_Image.py

Browse files
Files changed (1) hide show
  1. pages/Info _of_Image.py +1 -2
pages/Info _of_Image.py CHANGED
@@ -115,8 +115,7 @@ col1, col2, col3 = st.columns(3)
115
  with col1:
116
  if st.button("Color Space"):
117
  st.markdown("<h2 style='text-align: left; color: Black;'>What is Colour Space?</h2>", unsafe_allow_html=True)
118
- st.markdown("Color space refers to the specific organization of colors, which helps in the reproduction of color in both physical and digital environments.")
119
- st.markdown("Common color spaces include RGB, CMYK, and HSV. Each color space has different uses and is based on distinct principles.")
120
  st.markdown("<h3 style='text-align: left; color: Black;'>RGB (Red, Green, Blue):</h3>", unsafe_allow_html=True)
121
  st.markdown("This color model is based on the way human vision perceives light. In RGB, colors are created by combining different intensities of red, green, and blue light. It is primarily used for screens and digital displays like monitors and televisions.")
122
  st.markdown("<h3 style='text-align: left; color: Black;'>CMYK (Cyan, Magenta, Yellow, Key/Black):</h3>", unsafe_allow_html=True)
 
115
  with col1:
116
  if st.button("Color Space"):
117
  st.markdown("<h2 style='text-align: left; color: Black;'>What is Colour Space?</h2>", unsafe_allow_html=True)
118
+ st.markdown("Color space refers to the specific organization of colors, which helps in the reproduction of color in both physical and digital environments.Common color spaces include RGB, CMYK, and HSV. Each color space has different uses and is based on distinct principles.")
 
119
  st.markdown("<h3 style='text-align: left; color: Black;'>RGB (Red, Green, Blue):</h3>", unsafe_allow_html=True)
120
  st.markdown("This color model is based on the way human vision perceives light. In RGB, colors are created by combining different intensities of red, green, and blue light. It is primarily used for screens and digital displays like monitors and televisions.")
121
  st.markdown("<h3 style='text-align: left; color: Black;'>CMYK (Cyan, Magenta, Yellow, Key/Black):</h3>", unsafe_allow_html=True)