Spaces:
Running
Running
Color changed from red & green to purple shades
Browse files- 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: #
|
8 |
-
st.markdown("<h2 style='text-align: center; color: #
|
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 |
"""
|