Spaces:
Sleeping
Sleeping
Update home.py
Browse files
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;text-align:center;">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)
|