DOMMETI commited on
Commit
48ff115
·
verified ·
1 Parent(s): 39c92e8

Update pages/6_Measurement of Disperssion.py

Browse files
pages/6_Measurement of Disperssion.py CHANGED
@@ -83,7 +83,7 @@ st.markdown("""Absolute is a method to find the spread which involves the metho
83
  <li>Varience</li>
84
  <li>tandard Deviation</li>
85
  </ul>
86
- """)
87
  st.subheader("Relative Measure")
88
  st.markdown("""Relative is a method to find the spread which involves the methods described below
89
  <ul class="icon-bullet ">
@@ -92,5 +92,5 @@ st.markdown("""Relative is a method to find the spread which involves the metho
92
  <li>Coefficent Of Varience</li>
93
  <li>Coefficent Of Standard Deviation</li>
94
  </ul>
95
- """)
96
 
 
83
  <li>Varience</li>
84
  <li>tandard Deviation</li>
85
  </ul>
86
+ """,unsafe_allow_html=True)
87
  st.subheader("Relative Measure")
88
  st.markdown("""Relative is a method to find the spread which involves the methods described below
89
  <ul class="icon-bullet ">
 
92
  <li>Coefficent Of Varience</li>
93
  <li>Coefficent Of Standard Deviation</li>
94
  </ul>
95
+ """,unsafe_allow_html=True)
96