Spaces:
Running
Running
Small typo fixed
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: #CD212A;'>Image Retrieval</h1>", unsafe_allow_html=True)
|
112 |
-
st.markdown("<h2 style='text-align: center; color: #008C45;font-weight:bold;'>Text to Image</h2>", unsafe_allow_html=True)
|
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: #CD212A;'> Image Retrieval </h1>", unsafe_allow_html=True)
|
112 |
+
st.markdown("<h2 style='text-align: center; color: #008C45; font-weight:bold;'> Text to Image </h2>", unsafe_allow_html=True)
|
113 |
st.markdown(
|
114 |
"""
|
115 |
|