Spaces:
Sleeping
Sleeping
Sathwikchowdary
commited on
Update pages/Intro_DS.py
Browse files- pages/Intro_DS.py +1 -1
pages/Intro_DS.py
CHANGED
@@ -25,7 +25,7 @@ st.markdown(
|
|
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>"
|
29 |
"<b>Mathematics and Statistics:</b> Knowledge of probability, linear algebra, and hypothesis testing.<br>"
|
30 |
"<b>Machine Learning:</b> Expertise in supervised and unsupervised learning techniques, including regression, classification, and clustering.<br>"
|
31 |
"<b>Data Wrangling and ETL:</b> Skills in extracting, manipulating, and loading data for analysis.<br>"
|
|
|
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>style='font-size: 16px; color: Black;Programming Skills:</b> Proficiency in Python, R, SQL, and other programming languages.<br>"
|
29 |
"<b>Mathematics and Statistics:</b> Knowledge of probability, linear algebra, and hypothesis testing.<br>"
|
30 |
"<b>Machine Learning:</b> Expertise in supervised and unsupervised learning techniques, including regression, classification, and clustering.<br>"
|
31 |
"<b>Data Wrangling and ETL:</b> Skills in extracting, manipulating, and loading data for analysis.<br>"
|