srisweet commited on
Commit
da4abdd
1 Parent(s): 8c59276

Title modified , Colors added

Browse files
Files changed (1) hide show
  1. image2text.py +3 -1
image2text.py CHANGED
@@ -10,7 +10,9 @@ import gc
10
 
11
 
12
  def app():
13
- st.title("From Image to Text")
 
 
14
  st.markdown(
15
  """
16
 
 
10
 
11
 
12
  def app():
13
+ #st.title("From Image to Text")
14
+ st.markdown("<h1 style='text-align: center; color: #CD212A;'> Zero Shot Image Classification </h1>", unsafe_allow_html=True)
15
+ st.markdown("<h2 style='text-align: center; color: #008C45; font-weight:bold;'> Image to Text </h2>", unsafe_allow_html=True)
16
  st.markdown(
17
  """
18