Update pages/introds.py
Browse files- pages/introds.py +1 -1
pages/introds.py
CHANGED
@@ -4,7 +4,7 @@ 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 |
|
9 |
# CSS for styling with the background image
|
10 |
custom_css = """
|
|
|
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 |
|
9 |
# CSS for styling with the background image
|
10 |
custom_css = """
|