Spaces:
Sleeping
Sleeping
Update pages/Intro_DS.py
Browse files- pages/Intro_DS.py +4 -0
pages/Intro_DS.py
CHANGED
@@ -28,4 +28,8 @@ st.markdown(
|
|
28 |
"Visualisation tools include Tableau, Power BI, Matplotlib, and Seaborn."
|
29 |
"</p>",
|
30 |
unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
31 |
|
|
|
28 |
"Visualisation tools include Tableau, Power BI, Matplotlib, and Seaborn."
|
29 |
"</p>",
|
30 |
unsafe_allow_html=True)
|
31 |
+
st.markdown("<p style='font-size: 16px; color:Blue; font-style: italic'>"
|
32 |
+
Data Science may be applied in a variety of areas or businesses, including business, healthcare, finance, retail, and social media.
|
33 |
+
"</p>",
|
34 |
+
unsafe_allow_html=True)
|
35 |
|