import streamlit as st import pandas as pd st.markdown(""" """, unsafe_allow_html=True) st.title("INTRODUCTION TO STATISTICS") st.markdown("""Statistics is a branch of mathematics focused on collecting, analyzing, interpreting, and presenting data. It can be divided into two main categories """, unsafe_allow_html=True) st.subheader("Descriptive Statistics") st.markdown(""" Descriptive statistics summarize and describe the main features of a dataset. Key concepts include: """, unsafe_allow_html=True) st.subheader("Inferential Statistics") st.markdown(""" Inferential statistics involve making predictions or inferences about a population based on a sample. These methods are used to test hypotheses and estimate population parameters.