DOMMETI commited on
Commit
10d7f66
·
verified ·
1 Parent(s): e423d4f

Update pages/Measurement_of_disperssion.py

Browse files
pages/Measurement_of_disperssion.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  import math
3
  from functools import reduce
 
4
  st.subheader("Measure Of Disperssion ",divider=True)
5
  st.markdown("""Measure Of Disperssion will give spread of our collected data around the central value.It's classifed into two types
6
  """)
 
1
  import streamlit as st
2
  import math
3
  from functools import reduce
4
+ import numpy as np
5
  st.subheader("Measure Of Disperssion ",divider=True)
6
  st.markdown("""Measure Of Disperssion will give spread of our collected data around the central value.It's classifed into two types
7
  """)