DOMMETI commited on
Commit
f73847b
·
verified ·
1 Parent(s): b1cdddf

Update pages/Measurement_of_disperssion.py

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