srisweet commited on
Commit
5a586e8
1 Parent(s): da4abdd

Added Colorful title

Browse files
Files changed (1) hide show
  1. home.py +2 -0
home.py CHANGED
@@ -7,5 +7,7 @@ def read_markdown_file(markdown_file):
7
 
8
 
9
  def app():
 
 
10
  intro_markdown = read_markdown_file("introduction.md")
11
  st.markdown(intro_markdown, unsafe_allow_html=True)
 
7
 
8
 
9
  def app():
10
+ st.markdown("<h1 style='text-align: center; color: #CD212A;'> CLIP-Italian </h1>", unsafe_allow_html=True)
11
+
12
  intro_markdown = read_markdown_file("introduction.md")
13
  st.markdown(intro_markdown, unsafe_allow_html=True)