satya11 commited on
Commit
73096f8
·
verified ·
1 Parent(s): aef6d80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import streamlit as st
 
 
2
  st.header("INTRODCTION TO STATISTICS")
3
  st.subheader("statistics")
4
  st.write("it is a huge field where we are going to deal with data. Mostly we are dealing with *data* in 4-ways")
 
1
  import streamlit as st
2
+ import pandas as pd
3
+ import numpy as np
4
  st.header("INTRODCTION TO STATISTICS")
5
  st.subheader("statistics")
6
  st.write("it is a huge field where we are going to deal with data. Mostly we are dealing with *data* in 4-ways")