Spaces:
Sleeping
Sleeping
Create home.py
Browse files
home.py
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
6 |
+
|
7 |
+
st.markdown()
|