Spaces:
Sleeping
Sleeping
Update pages/Intro_DS.py
Browse files- pages/Intro_DS.py +1 -1
pages/Intro_DS.py
CHANGED
@@ -9,7 +9,7 @@ st.markdown(
|
|
9 |
"</p>",
|
10 |
unsafe_allow_html=True
|
11 |
)
|
12 |
-
st.markdown("<h2 style='text-align: center; color: ;'>Key Ascepts of Data Science</h2>", unsafe_allow_html=True
|
13 |
st.markdown(
|
14 |
"<p style='font-size: 16px; color:Blue; font-style: italic'>"
|
15 |
"Data Collection: Collecting information from various sources such as databases, sensors, web scraping, and APIs."
|
|
|
9 |
"</p>",
|
10 |
unsafe_allow_html=True
|
11 |
)
|
12 |
+
st.markdown("<h2 style='text-align: center; color: ;'>Key Ascepts of Data Science</h2>", unsafe_allow_html=True)
|
13 |
st.markdown(
|
14 |
"<p style='font-size: 16px; color:Blue; font-style: italic'>"
|
15 |
"Data Collection: Collecting information from various sources such as databases, sensors, web scraping, and APIs."
|