zero_to_hero / home.py
ankithpatel's picture
Update home.py
ac4a87d verified
raw
history blame
193 Bytes
import streamlit as st
st.markdown(
"""
<h1 style="border-bottom: 2px solid black; text-align: center;">
About DataScience
</span></h1>
""",
unsafe_allow_html=True
)