Spaces:
Sleeping
Sleeping
File size: 308 Bytes
4099125 c437a53 3ae6bc7 |
1 2 3 4 5 6 7 8 9 10 |
import streamlit as st
st.markdown(
"""
<h1 style="border-bottom: 2px solid black; text-align: center;"> About Data Science</h1>:""",unsafe_allow_html = True)
st.markdown("""<h2 style="border-bottom:2px solid black; text-align:left;"> INTRODUCTION </h2>:""",unsafe_allow_html=True)
|