Update pages/introds.py
Browse files- pages/introds.py +3 -5
pages/introds.py
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
import streamlit
|
2 |
import pandas
|
3 |
import numpy
|
4 |
-
st.markdown("<h1 style='text-align: center; color: Balck;'>
|
5 |
-
st.markdown("<h2 style='color: Black;'>
|
6 |
-
|
7 |
-
# Section: What is Data Science?
|
8 |
-
st.markdown("""
|
9 |
<div class="section">
|
10 |
<h2>What is Data Science? </h2>
|
11 |
<p>
|
|
|
1 |
import streamlit
|
2 |
import pandas
|
3 |
import numpy
|
4 |
+
st.markdown("<h1 style='text-align: center; color: Balck;'>DATA SCIENCE INTRODUCTION</h1>", unsafe_allow_html=True)
|
5 |
+
st.markdown("<h2 style='color: Black;'>What is data science</h2>"
|
6 |
+
|
|
|
|
|
7 |
<div class="section">
|
8 |
<h2>What is Data Science? </h2>
|
9 |
<p>
|