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

", unsafe_allow_html=True) st.markdown( "

" "Raw facts, figures, or other information gathered for analysis, reference, or use in decision-making processes are called as data. It serves as the foundation for several processes in a variety of domains, such as machine learning, which uses to provide insights and train models." "

", unsafe_allow_html=True )