satya11 commited on
Commit
c7a8628
·
verified ·
1 Parent(s): 16593e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,7 +56,7 @@ st.write("This measure is used to measure how the collected data is spreding or
56
 
57
  st.write("Measures of variability are classified into two types:")
58
 
59
- st.markdown("**1.Absolute**")
60
 
61
  st.write("a.Range")
62
 
@@ -66,7 +66,7 @@ st.write("c.Variance")
66
 
67
  st.write("d.Standard deviation")
68
 
69
- st.markdown("**2.Relative**")
70
 
71
  st.write("a.Co-efficient of Range")
72
 
 
56
 
57
  st.write("Measures of variability are classified into two types:")
58
 
59
+ st.sybheader("**1.Absolute**")
60
 
61
  st.write("a.Range")
62
 
 
66
 
67
  st.write("d.Standard deviation")
68
 
69
+ st.subheader("**2.Relative**")
70
 
71
  st.write("a.Co-efficient of Range")
72