import streamlit as st | |
import pandas as pd | |
import numpy as np | |
st.title("Intro To Statistics") | |
st.subheader("What do we mean by Statistics") | |
st.write("It is huge field where we are going to deal with data") | |
import streamlit as st | |
import pandas as pd | |
import numpy as np | |
st.title("Intro To Statistics") | |
st.subheader("What do we mean by Statistics") | |
st.write("It is huge field where we are going to deal with data") | |