srisweet commited on
Commit
50a2d26
·
1 Parent(s): ba3f046

Color changed from red & green to purple shades

Browse files
Files changed (1) hide show
  1. examples.py +2 -2
examples.py CHANGED
@@ -4,8 +4,8 @@ import streamlit as st
4
 
5
  def app():
6
  #st.title("Examples & Applications")
7
- st.markdown("<h1 style='text-align: center; color: #CD212A;'> Examples & Applications </h1>", unsafe_allow_html=True)
8
- st.markdown("<h2 style='text-align: center; color: #008C45; font-weight:bold;'> Complex Queries -Image Retrieval </h2>", unsafe_allow_html=True)
9
 
10
  st.write(
11
  """
 
4
 
5
  def app():
6
  #st.title("Examples & Applications")
7
+ st.markdown("<h1 style='text-align: center; color: #9900FF;'> Examples & Applications </h1>", unsafe_allow_html=True)
8
+ st.markdown("<h2 style='text-align: center; color: #874c91; font-weight:bold;'> Complex Queries -Image Retrieval </h2>", unsafe_allow_html=True)
9
 
10
  st.write(
11
  """