import streamlit as st import pandas as pd import numpy as np import streamlit as st custom_css = """ """ # Inject the CSS into the app st.markdown(custom_css, unsafe_allow_html=True) st.markdown("

๐Ÿ“Š๐Ÿ”What is Data Science

", unsafe_allow_html=True) st.markdown( "

" "Data Science is the practice of using data to acquire insights, solve issues, and make decisions. It combines math, statistics, programming, and domain expertise to analyze data and extract meaningful information. " "It is a multidisciplinary field concerned with collecting knowledge and insights from structured and unstructured data using scientific methods, procedures, algorithms, and systems. Here's a detailed look at the key components of data science." "

", unsafe_allow_html=True )