Spaces:
Sleeping
Sleeping
Update pages/Intro_DS.py
Browse files- pages/Intro_DS.py +3 -3
pages/Intro_DS.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import pandas as pd
|
3 |
import numpy as np
|
4 |
import streamlit as st
|
5 |
-
st.markdown("<h2 style='text-align: center; color:
|
6 |
st.markdown(
|
7 |
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
|
8 |
"Data Science is the practice of using data to acquire insights, solve issues, and make decisions. It combines math, statistics, programming, and domain expertise to analyze data and extract meaningful information. "
|
@@ -10,7 +10,7 @@ st.markdown(
|
|
10 |
"</p>",
|
11 |
unsafe_allow_html=True
|
12 |
)
|
13 |
-
st.markdown("<h2 style='text-align: center; color:
|
14 |
st.markdown(
|
15 |
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
|
16 |
"<b>Data Collection:</b> Gathering information from various sources such as databases, sensors, web scraping, and APIs.<br>"
|
@@ -22,7 +22,7 @@ st.markdown(
|
|
22 |
"</p>",
|
23 |
unsafe_allow_html=True
|
24 |
)
|
25 |
-
st.markdown("<h2 style='text-align: center; color:
|
26 |
st.markdown(
|
27 |
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
|
28 |
"<b>Programming Skills:</b> Proficiency in Python, R, SQL, and other programming languages.<br>"
|
|
|
2 |
import pandas as pd
|
3 |
import numpy as np
|
4 |
import streamlit as st
|
5 |
+
st.markdown("<h2 style='text-align: center; color: Black;'>What is Data Science</h2>", unsafe_allow_html=True)
|
6 |
st.markdown(
|
7 |
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
|
8 |
"Data Science is the practice of using data to acquire insights, solve issues, and make decisions. It combines math, statistics, programming, and domain expertise to analyze data and extract meaningful information. "
|
|
|
10 |
"</p>",
|
11 |
unsafe_allow_html=True
|
12 |
)
|
13 |
+
st.markdown("<h2 style='text-align: center; color: Black;'>Key Aspects of Data Science</h2>", unsafe_allow_html=True)
|
14 |
st.markdown(
|
15 |
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
|
16 |
"<b>Data Collection:</b> Gathering information from various sources such as databases, sensors, web scraping, and APIs.<br>"
|
|
|
22 |
"</p>",
|
23 |
unsafe_allow_html=True
|
24 |
)
|
25 |
+
st.markdown("<h2 style='text-align: center; color: Black;'>Skills Required for Data Science</h2>", unsafe_allow_html=True)
|
26 |
st.markdown(
|
27 |
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
|
28 |
"<b>Programming Skills:</b> Proficiency in Python, R, SQL, and other programming languages.<br>"
|