Spaces:
Running
Running
title color changed from Red & Green to Purple shades
Browse files- text2image.py +2 -2
text2image.py
CHANGED
@@ -108,8 +108,8 @@ headers = {
|
|
108 |
def app():
|
109 |
|
110 |
#st.title("From Text to Image")
|
111 |
-
st.markdown("<h1 style='text-align: center; color: #
|
112 |
-
st.markdown("<h2 style='text-align: center; color: #
|
113 |
st.markdown(
|
114 |
"""
|
115 |
|
|
|
108 |
def app():
|
109 |
|
110 |
#st.title("From Text to Image")
|
111 |
+
st.markdown("<h1 style='text-align: center; color: #9900FF;'> Image Retrieval </h1>", unsafe_allow_html=True)
|
112 |
+
st.markdown("<h2 style='text-align: center; color: #874c91; font-weight:bold;'> Text to Image </h2>", unsafe_allow_html=True)
|
113 |
st.markdown(
|
114 |
"""
|
115 |
|