DOMMETI commited on
Commit
49c6fee
·
verified ·
1 Parent(s): 8935649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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)
 
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)