Spaces:
Sleeping
Sleeping
File size: 1,160 Bytes
93c22dc 15cda25 93c22dc 1aa111b |
1 2 3 4 5 6 7 8 |
import streamlit as st
st.markdown("""<h1 style="border-bottom: 2px solid black; display: inline-block;text-align:center;">ABOUT DATASCIENCE</h1>""",unsafe_allow_html=True)
st.markdown("""<h2 style="text-align: left; display: inline; text-decoration: underline;">INTRODUCTION</h2>""",unsafe_allow_html=True)
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)
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) |