Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ st.write("This measure is used to measure how the collected data is spreding or
|
|
| 56 |
|
| 57 |
st.write("Measures of variability are classified into two types:")
|
| 58 |
|
| 59 |
-
st.
|
| 60 |
|
| 61 |
st.write("a.Range")
|
| 62 |
|
|
@@ -66,7 +66,7 @@ st.write("c.Variance")
|
|
| 66 |
|
| 67 |
st.write("d.Standard deviation")
|
| 68 |
|
| 69 |
-
st.
|
| 70 |
|
| 71 |
st.write("a.Co-efficient of Range")
|
| 72 |
|
|
|
|
| 56 |
|
| 57 |
st.write("Measures of variability are classified into two types:")
|
| 58 |
|
| 59 |
+
st.sybheader("**1.Absolute**")
|
| 60 |
|
| 61 |
st.write("a.Range")
|
| 62 |
|
|
|
|
| 66 |
|
| 67 |
st.write("d.Standard deviation")
|
| 68 |
|
| 69 |
+
st.subheader("**2.Relative**")
|
| 70 |
|
| 71 |
st.write("a.Co-efficient of Range")
|
| 72 |
|