udaykiranbandi commited on
Commit
fd3a6ec
·
verified ·
1 Parent(s): 9e45d8e

Update pages/1_Probability.py

Browse files
Files changed (1) hide show
  1. pages/1_Probability.py +2 -4
pages/1_Probability.py CHANGED
@@ -24,10 +24,8 @@ st.markdown("""At infinity Empirical probability will become Theoretical probabi
24
 
25
  st.subheader("Empirical Probability: Picking a Ball from a Bag")
26
  st.write("""
27
- This experiment simulates a random prediction: picking a ball from a bag containing 100 balls:
28
- - 30 Red balls
29
- - 20 Green balls
30
- - 50 White balls
31
  You will also see the sample space and the observed data based on random events.
32
  """)
33
 
 
24
 
25
  st.subheader("Empirical Probability: Picking a Ball from a Bag")
26
  st.write("""
27
+ This experiment simulates a random prediction: picking a ball from a bag :
28
+
 
 
29
  You will also see the sample space and the observed data based on random events.
30
  """)
31