Spaces:
Sleeping
Sleeping
Update home.py
Browse files
home.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import streamlit as st
|
2 |
st.markdown(
|
3 |
"""
|
4 |
-
<h1 style="border-bottom: 2px solid black; text-align: center;"
|
5 |
About DataScience
|
6 |
-
</h1>
|
7 |
""",
|
8 |
unsafe_allow_html=True
|
9 |
)
|
|
|
1 |
import streamlit as st
|
2 |
st.markdown(
|
3 |
"""
|
4 |
+
<h1 style="border-bottom: 2px solid black; text-align: center;"><span style = "color:blue;"
|
5 |
About DataScience
|
6 |
+
</span></h1>
|
7 |
""",
|
8 |
unsafe_allow_html=True
|
9 |
)
|