Spaces:
Running
Running
Update pages/Info _of_Image.py
Browse files- pages/Info _of_Image.py +2 -2
pages/Info _of_Image.py
CHANGED
@@ -27,7 +27,7 @@ custom_css = """
|
|
27 |
padding: 10px 20px;
|
28 |
margin: 10px 5px;
|
29 |
border-radius: 10px;
|
30 |
-
border:
|
31 |
cursor: pointer;
|
32 |
}
|
33 |
</style>
|
@@ -49,7 +49,7 @@ st.markdown(
|
|
49 |
col1, col2, col3 = st.columns(3)
|
50 |
with col1:
|
51 |
if st.button("Colour Space"):
|
52 |
-
st.markdown("<h3 style='text-align: left; color:
|
53 |
st.markdown(
|
54 |
"<p style='font-size: 16px; color: White;'>"
|
55 |
"Colour spaces define how colors are represented in an image. Common spaces include RGB (Red, Green, Blue), HSV (Hue, Saturation, Value), and LAB. "
|
|
|
27 |
padding: 10px 20px;
|
28 |
margin: 10px 5px;
|
29 |
border-radius: 10px;
|
30 |
+
border: black;
|
31 |
cursor: pointer;
|
32 |
}
|
33 |
</style>
|
|
|
49 |
col1, col2, col3 = st.columns(3)
|
50 |
with col1:
|
51 |
if st.button("Colour Space"):
|
52 |
+
st.markdown("<h3 style='text-align: left; color:Gold;'>Colour Space</h3>", unsafe_allow_html=True)
|
53 |
st.markdown(
|
54 |
"<p style='font-size: 16px; color: White;'>"
|
55 |
"Colour spaces define how colors are represented in an image. Common spaces include RGB (Red, Green, Blue), HSV (Hue, Saturation, Value), and LAB. "
|