DOMMETI commited on
Commit
bfbdd5e
·
verified ·
1 Parent(s): 7ffb313

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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(""": 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**")
238
  st.subheader("Range",divider=True)
239
  st.subheader("Quartile Deviation",divider=True)
@@ -244,3 +244,4 @@ st.subheader("Coefficent Of Range",divider=True)
244
  st.subheader("Coefficent Of Quartile Deviation",divider=True)
245
  st.subheader("Coefficent Of Varience",divider=True)
246
  st.subheader("Coefficent Of Standard 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('''''': 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**")
238
  st.subheader("Range",divider=True)
239
  st.subheader("Quartile Deviation",divider=True)
 
244
  st.subheader("Coefficent Of Quartile Deviation",divider=True)
245
  st.subheader("Coefficent Of Varience",divider=True)
246
  st.subheader("Coefficent Of Standard Deviation",divider=True)
247
+