DOMMETI commited on
Commit
0c69bcf
·
verified ·
1 Parent(s): 77b39e2

Update pages/3_Representation_of_Probability.py

Browse files
pages/3_Representation_of_Probability.py CHANGED
@@ -72,17 +72,6 @@ st.markdown("""
72
  }
73
  </style>
74
  """, unsafe_allow_html=True)
75
- st.title("EVENTS")
76
- st.markdown("""Events are classified into the below gievn types
77
- <ul class="icon-bullet">
78
- <li>Simple Event</li>
79
- <li>Compound Event</li>
80
- <li>Impossible Event</li>
81
- <li>Independent Events</li>
82
- <li>Dependent Events</li>
83
- <li>Exclusive Events</li>
84
- <li>Certain Events</li>
85
- """,unsafe_allow_html=True)
86
  st.title("REPRESENTATION OF PROBABILITY")
87
  st.markdown("""Probability is represented in two ways
88
  <ul class="icon-bullet">
@@ -92,4 +81,7 @@ st.markdown("""Probability is represented in two ways
92
  """)
93
  st.header("Set Theory or Venn Diagram")
94
  st.write(f"Representing the outcomes in venn Diagram")
 
 
 
95
  st.image("https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/t8lAbqD7O54hSyYjiIika.png",caption="Venn Diagram",width=400)
 
72
  }
73
  </style>
74
  """, unsafe_allow_html=True)
 
 
 
 
 
 
 
 
 
 
 
75
  st.title("REPRESENTATION OF PROBABILITY")
76
  st.markdown("""Probability is represented in two ways
77
  <ul class="icon-bullet">
 
81
  """)
82
  st.header("Set Theory or Venn Diagram")
83
  st.write(f"Representing the outcomes in venn Diagram")
84
+ st.image("https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/t8lAbqD7O54hSyYjiIika.png",caption="Venn Diagram",width=400)
85
+ st.header("Contigency Table")
86
+ st.write(f"Representing all the possible sample space")
87
  st.image("https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/t8lAbqD7O54hSyYjiIika.png",caption="Venn Diagram",width=400)