ankithpatel commited on
Commit
cfa8f87
·
verified ·
1 Parent(s): 7ee6ee9

Update home.py

Browse files
Files changed (1) hide show
  1. home.py +4 -3
home.py CHANGED
@@ -1,8 +1,9 @@
1
  import streamlit as st
2
- st.markdown("""<h1 style="border-bottom: 2px solid black; display: inline-block;text-align:center;">ABOUT DATASCIENCE</h1>""",unsafe_allow_html=True)
3
 
4
 
5
- st.markdown("""<h2 style="text-align: left; display: inline; text-decoration: underline;">INTRODUCTION</h2>""",unsafe_allow_html=True)
6
 
7
  st.markdown("""<p style="font-family: 'Arial', sans-serif; font-size: 16px; color: blue;">Data science is a multidisciplinary field that combines statistics, programming, and domain expertise to extract meaningful insights from data. It involves collecting, cleaning, and analyzing vast amounts of structured and unstructured data to uncover patterns, trends, and valuable information.</p>""",unsafe_allow_html=True)
8
- st.markdown("""<p1 style="font-family: 'Arial', sans-serif; font-size: 16px; color: blue;">With the rise of digital technology, data is being generated at an unprecedented rate, and data science helps organizations make sense of it. By leveraging tools like Python, R, and machine learning algorithms, data scientists solve real-world problems in areas like healthcare, finance, marketing, and more.</p1>""",unsafe_allow_html=True)
 
 
1
  import streamlit as st
2
+ st.markdown("""<h1 style="border-bottom: 2px solid black; display: inline-block;text-align:center;">ABOUT THIS APPLICATION</h1>""",unsafe_allow_html=True)
3
 
4
 
5
+ st.markdown("""<h2 style="text-align: left; display: inline; text-decoration: underline;">INTRODUCTION TO DATASCIENCE</h2>""",unsafe_allow_html=True)
6
 
7
  st.markdown("""<p style="font-family: 'Arial', sans-serif; font-size: 16px; color: blue;">Data science is a multidisciplinary field that combines statistics, programming, and domain expertise to extract meaningful insights from data. It involves collecting, cleaning, and analyzing vast amounts of structured and unstructured data to uncover patterns, trends, and valuable information.</p>""",unsafe_allow_html=True)
8
+ st.markdown("""<p1 style="font-family: 'Arial', sans-serif; font-size: 16px; color: blue;">With the rise of digital technology, data is being generated at an unprecedented rate, and data science helps organizations make sense of it. By leveraging tools like Python, R, and machine learning algorithms, data scientists solve real-world problems in areas like healthcare, finance, marketing, and more.</p1>""",unsafe_allow_html=True)
9
+ st.markdown("""<p2 style="font-family: 'Arial', sans-serif; font-size: 16px; color: blue;">For example, in e-commerce, data science is used to personalize customer recommendations, while in healthcare, it assists in disease prediction. Critical thinking and curiosity are essential for a data scientist to derive actionable insights from complex datasets. As businesses increasingly rely on data-driven decisions, data science has become one of the most sought-after and impactful career paths.</p2>""",unsafe_allow_html=True)