DOMMETI commited on
Commit
33c0b62
·
verified ·
1 Parent(s): 612242a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -48,8 +48,9 @@ st.markdown("""The measure of central tendency is used to find the central avera
48
  useing three ways \n * Mode \n * Median \n * Mean""")
49
  st.subheader("MODE",divider=True)
50
  st.markdown("""Mode will be giving the centeral tendency based on most frequently occuring data.The major drawback of mode is its frequecy baised it
51
- mostly focus on the data which is occuring most times.Here in this mode we might come across some situation's like : violet[no_mode] : violet[uni_mode]
52
- : violet[bi_mode] : violet[tri_mode] : violet[multi_mode]""")
 
53
  def mode(*args):
54
  list1 = list(args)
55
  dict1 = {}
 
48
  useing three ways \n * Mode \n * Median \n * Mean""")
49
  st.subheader("MODE",divider=True)
50
  st.markdown("""Mode will be giving the centeral tendency based on most frequently occuring data.The major drawback of mode is its frequecy baised it
51
+ mostly focus on the data which is occuring most times.Here in this mode we might come across some situation's like """)
52
+ st.markdown(''':violet[no_mode]
53
+ ''')
54
  def mode(*args):
55
  list1 = list(args)
56
  dict1 = {}