Spaces:
Sleeping
Sleeping
Update pages/Intro_DS.py
Browse files- pages/Intro_DS.py +3 -0
pages/Intro_DS.py
CHANGED
@@ -33,9 +33,12 @@ st.markdown(
|
|
33 |
"</p>",
|
34 |
unsafe_allow_html=True
|
35 |
)
|
|
|
36 |
st.markdown(
|
37 |
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
|
38 |
"Data Science can be applied across various industries, including business, healthcare, finance, retail, and social media."
|
|
|
|
|
39 |
"</p>",
|
40 |
unsafe_allow_html=True
|
41 |
)
|
|
|
33 |
"</p>",
|
34 |
unsafe_allow_html=True
|
35 |
)
|
36 |
+
st.markdown("<h2 style='text-align: center; color: Black;'>Applications</h2>", unsafe_allow_html=True)
|
37 |
st.markdown(
|
38 |
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
|
39 |
"Data Science can be applied across various industries, including business, healthcare, finance, retail, and social media."
|
40 |
+
"<b>Real World Examples:</b> Real-world Examples Spotify and Netflix utilise user behaviour and preferences to propose music and films.<br>"
|
41 |
+
"<b>Forecast demand, optimize supply chains, and improve customer experiences in Retail Industry</b>."
|
42 |
"</p>",
|
43 |
unsafe_allow_html=True
|
44 |
)
|