Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -231,9 +231,9 @@ if numbers_input_4:
|
|
| 231 |
st.subheader("Measure Of Disperssion ",divider=True)
|
| 232 |
st.markdown("""Measure Of Disperssion will give spread of our collected data around the central value.It's classifed into two types
|
| 233 |
""")
|
| 234 |
-
st.markdown(''':
|
| 235 |
the output will be in cm''')
|
| 236 |
-
st.markdown(''':
|
| 237 |
st.header("**Absolute Measure**")
|
| 238 |
st.subheader("Range",divider=True)
|
| 239 |
st.subheader("Quartile Deviation",divider=True)
|
|
|
|
| 231 |
st.subheader("Measure Of Disperssion ",divider=True)
|
| 232 |
st.markdown("""Measure Of Disperssion will give spread of our collected data around the central value.It's classifed into two types
|
| 233 |
""")
|
| 234 |
+
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'
|
| 235 |
the output will be in cm''')
|
| 236 |
+
st.markdown(''':violet[Relative Measure] \n Relative will be free from unit's''')
|
| 237 |
st.header("**Absolute Measure**")
|
| 238 |
st.subheader("Range",divider=True)
|
| 239 |
st.subheader("Quartile Deviation",divider=True)
|