satya11 commited on
Commit
3df7590
·
verified ·
1 Parent(s): b4eceb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -40,14 +40,14 @@ st.header("Measures of central tendency")
40
 
41
  st.write("This measure is used to calculate the central or average value of the data.The measures which are used to calculate central tendency are,")
42
 
43
- st.markdown("** 1.Arithmetic Mean ** ")
44
 
45
- st.markdown(" ** 2.Geometric Mean **")
46
 
47
- st.markdown(" ** 3.Harmonic Mean **")
48
 
49
- st.markdown(" ** 4.Median ** ")
50
 
51
- st.markdown(" ** 5.Mode **")
52
 
53
 
 
40
 
41
  st.write("This measure is used to calculate the central or average value of the data.The measures which are used to calculate central tendency are,")
42
 
43
+ st.markdown("**1.Arithmetic Mean**")
44
 
45
+ st.markdown("**2.Geometric Mean**")
46
 
47
+ st.markdown("**3.HarmonicMean**")
48
 
49
+ st.markdown("**4.Median**")
50
 
51
+ st.markdown("**5.Mode**")
52
 
53