DOMMETI commited on
Commit
46e881c
·
verified ·
1 Parent(s): 0f50859

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,7 +127,7 @@ 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.""",unsafe_allow_html=True)
131
  st.title("Tossing a coin and rolling a die.")
132
  Trail_6 = st.number_input("Number of Trials:", min_value=1, max_value=100, value=7,key="Trail_6")
133
  if st.button('Start the Experiment: Will it Rain or Not? and Tossing a Coin',key="start_experiment_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.markdown("""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.")
132
  Trail_6 = st.number_input("Number of Trials:", min_value=1, max_value=100, value=7,key="Trail_6")
133
  if st.button('Start the Experiment: Will it Rain or Not? and Tossing a Coin',key="start_experiment_5"):