Update pages/introds.py
Browse files- pages/introds.py +1 -2
pages/introds.py
CHANGED
@@ -3,8 +3,7 @@ import pandas
|
|
3 |
import numpy
|
4 |
st.markdown("<h1 style='text-align: center; color: Balck;'>Introduction To Data Science</h1>", unsafe_allow_html=True)
|
5 |
st.markdown("<h2 style='color: Black;'>CSS background </h2>", unsafe_allow_html=True)
|
6 |
-
st.markdown(
|
7 |
-
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
|
8 |
# Section: What is Data Science?
|
9 |
st.markdown("""
|
10 |
<div class="section">
|
|
|
3 |
import numpy
|
4 |
st.markdown("<h1 style='text-align: center; color: Balck;'>Introduction To Data Science</h1>", unsafe_allow_html=True)
|
5 |
st.markdown("<h2 style='color: Black;'>CSS background </h2>", unsafe_allow_html=True)
|
6 |
+
st.markdown( "<p style='font-size: 16px; color: Blue; font-style: italic;'>", unsafe_allow_html=True)
|
|
|
7 |
# Section: What is Data Science?
|
8 |
st.markdown("""
|
9 |
<div class="section">
|