Spaces:
Running
Running
Update pages/Info _of_Image.py
Browse files- pages/Info _of_Image.py +1 -1
pages/Info _of_Image.py
CHANGED
@@ -28,7 +28,7 @@ custom_css = """
|
|
28 |
|
29 |
# Inject the CSS into the app
|
30 |
st.markdown(custom_css, unsafe_allow_html=True)
|
31 |
-
st.markdown("<h2 style='text-align: left; color: Black;'>What is IMAGE
|
32 |
st.markdown(
|
33 |
"<p style='font-size: 16px; color: White; font-style: italic;'>"
|
34 |
"An image is a visual depiction of a subject, such as a person, object, scene, or idea, created or captured through means like photography, drawing, painting, or digital tools. It can take various forms, including photographs, illustrations, artworks, or computer-generated visuals."
|
|
|
28 |
|
29 |
# Inject the CSS into the app
|
30 |
st.markdown(custom_css, unsafe_allow_html=True)
|
31 |
+
st.markdown("<h2 style='text-align: left; color: Black;'>What is IMAGE</h2>", unsafe_allow_html=True)
|
32 |
st.markdown(
|
33 |
"<p style='font-size: 16px; color: White; font-style: italic;'>"
|
34 |
"An image is a visual depiction of a subject, such as a person, object, scene, or idea, created or captured through means like photography, drawing, painting, or digital tools. It can take various forms, including photographs, illustrations, artworks, or computer-generated visuals."
|