Spaces:
Build error
Build error
Rename pages/6_Measurement of Disperssion.py to pages/6_Measurement of Dispersion.py
Browse files
pages/{6_Measurement of Disperssion.py → 6_Measurement of Dispersion.py}
RENAMED
|
@@ -71,8 +71,8 @@ st.markdown("""
|
|
| 71 |
}
|
| 72 |
</style>
|
| 73 |
""", unsafe_allow_html=True)
|
| 74 |
-
st.title("Measure Of
|
| 75 |
-
st.markdown("""Measure Of
|
| 76 |
""",unsafe_allow_html=True)
|
| 77 |
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'
|
| 78 |
the output will be in cm''')
|
|
|
|
| 71 |
}
|
| 72 |
</style>
|
| 73 |
""", unsafe_allow_html=True)
|
| 74 |
+
st.title("Measure Of Dispersion")
|
| 75 |
+
st.markdown("""Measure Of Dispersion will give spread of our collected data around the central value.It's classifed into two types
|
| 76 |
""",unsafe_allow_html=True)
|
| 77 |
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'
|
| 78 |
the output will be in cm''')
|