ankithpatel commited on
Commit
9c3758c
·
verified ·
1 Parent(s): 4099125

Update home.py

Browse files
Files changed (1) hide show
  1. home.py +2 -2
home.py CHANGED
@@ -1,9 +1,9 @@
1
  import streamlit as st
2
  st.markdown(
3
  """
4
- <h1 style="border-bottom: 2px solid black; text-align: center;">
5
  About DataScience
6
- </h1>
7
  """,
8
  unsafe_allow_html=True
9
  )
 
1
  import streamlit as st
2
  st.markdown(
3
  """
4
+ <h1 style="border-bottom: 2px solid black; text-align: center;"><span style = "color:blue;"
5
  About DataScience
6
+ </span></h1>
7
  """,
8
  unsafe_allow_html=True
9
  )