ankithpatel commited on
Commit
3bfec91
·
verified ·
1 Parent(s): 93c22dc

Update home.py

Browse files
Files changed (1) hide show
  1. home.py +1 -1
home.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- st.markdown(<h1 style="border-bottom: 2px solid black; display: inline-block;">ABOUT DATASCIENCE</h1>,unsafe_allow_html=True)
3
 
4
 
5
  st.markdown("""<h2 style="text-align: left; display: inline; text-decoration: underline;">INTRODUCTION</h2>""",unsafe_allow_html=True)
 
1
  import streamlit as st
2
+ st.markdown(""<h1 style="border-bottom: 2px solid black; display: inline-block;">ABOUT DATASCIENCE</h1>"",unsafe_allow_html=True)
3
 
4
 
5
  st.markdown("""<h2 style="text-align: left; display: inline; text-decoration: underline;">INTRODUCTION</h2>""",unsafe_allow_html=True)