DOMMETI commited on
Commit
46c2a60
·
verified ·
1 Parent(s): e32063e

Update pages/2_Events.py

Browse files
Files changed (1) hide show
  1. pages/2_Events.py +1 -1
pages/2_Events.py CHANGED
@@ -127,5 +127,5 @@ if numbers_input_5:
127
  st.write(f"Event: Rolling a die and getting number gretaer than 6:{set1}")
128
  st.write(f"The above event is empty because there is no chance that event will happen")
129
  st.subheader("Independent Events")
130
- st.markdwon("""An event is said to be independent event when the probability of occurance of one event doesnot effect the probability of other event.""")
131
  st.title("Tossing a coin and rolling a die.")
 
127
  st.write(f"Event: Rolling a die and getting number gretaer than 6:{set1}")
128
  st.write(f"The above event is empty because there is no chance that event will happen")
129
  st.subheader("Independent Events")
130
+ st.markdwon("""An event is said to be independent event when the probability of occurance of one event doesnot effect the probability of other event.""",unsafe_allow_html=True)
131
  st.title("Tossing a coin and rolling a die.")