Spaces:
Build error
Build error
Update pages/6_Measurement of Disperssion.py
Browse files
pages/6_Measurement of Disperssion.py
CHANGED
|
@@ -68,4 +68,10 @@ st.markdown("""
|
|
| 68 |
color: #495057;
|
| 69 |
}
|
| 70 |
</style>
|
| 71 |
-
""", unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
color: #495057;
|
| 69 |
}
|
| 70 |
</style>
|
| 71 |
+
""", unsafe_allow_html=True)
|
| 72 |
+
st.title("Measure Of Disperssion")
|
| 73 |
+
st.markdown("""Measure Of Disperssion will give spread of our collected data around the central value.It's classifed into two types
|
| 74 |
+
""",unsafe_allow_html=True)
|
| 75 |
+
st.markdown(''':violet[Absolute Measure] \n absolute will give the spread of data in one unit.for example if the given data is in 'cm'
|
| 76 |
+
the output will be in cm''')
|
| 77 |
+
st.markdown(''':violet[Relative Measure] \n Relative will be free from unit's''')
|