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

Rename pages/3_Representation_of_Probability to pages/3_Representation_of_Probability.py

Browse files

![Screenshot 2024-10-06 at 9.59.57 PM.png](https://cdn-uploads.huggingface.co/production/uploads/64c972774515835c4dadd754/t8lAbqD7O54hSyYjiIika.png)

pages/{3_Representation_of_Probability → 3_Representation_of_Probability.py} RENAMED
@@ -83,4 +83,13 @@ st.markdown("""Events are classified into the below gievn types
83
  <li>Exclusive Events</li>
84
  <li>Certain Events</li>
85
  """,unsafe_allow_html=True)
86
- st.title("REPRESENTATION OF PROBABILITY")
 
 
 
 
 
 
 
 
 
 
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">
89
+ <li>Set Theory or Venn Diagram</li>
90
+ <li>Contigency Table</li>
91
+ </ul>
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)