Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -231,7 +231,7 @@ 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(''': orange[Relative Measure] \n Relative will be free from unit's''')
|
| 237 |
st.header("**Absolute Measure**")
|
|
|
|
| 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(''': orange[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(''': orange[Relative Measure] \n Relative will be free from unit's''')
|
| 237 |
st.header("**Absolute Measure**")
|