ankithpatel commited on
Commit
c437a53
·
verified ·
1 Parent(s): 4291f9d

Update home.py

Browse files
Files changed (1) hide show
  1. home.py +8 -2
home.py CHANGED
@@ -1,2 +1,8 @@
1
- st.markdown(<h1 style="border-bottom: 2px solid black; display: inline-block;"><center> About DataScience</h1></center>,unsafe_allow_html = True)
2
- st.markdown(<h2><u><left> Introduction</h2></u></left>, unsafe_allow_html=True)
 
 
 
 
 
 
 
1
+ st.markdown(
2
+ """
3
+ <h1 style="border-bottom: 2px solid black; text-align: center;">
4
+ About DataScience
5
+ </h1>
6
+ """,
7
+ unsafe_allow_html=True
8
+ )