Spaces:
Build error
Build error
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 |
""")
|