srisweet commited on
Commit
22805d0
1 Parent(s): 04658bd

title color changed from Red & Green to Purple shades

Browse files
Files changed (1) hide show
  1. 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: #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