Spaces:
Sleeping
Sleeping
Update pages/2_Events.py
Browse files- pages/2_Events.py +1 -1
pages/2_Events.py
CHANGED
|
@@ -170,4 +170,4 @@ st.markdown("""An event is said to be exclusive event when both of the event can
|
|
| 170 |
st.write(f"EVENT: Getting head and tail once.Here both of the event cannot occur same time")
|
| 171 |
st.subheader("Certain Event")
|
| 172 |
st.markdown("""An event is said to be certain event when the probablity of happening of event is 1 """,unsafe_allow_html=True)
|
| 173 |
-
st.write(f"
|
|
|
|
| 170 |
st.write(f"EVENT: Getting head and tail once.Here both of the event cannot occur same time")
|
| 171 |
st.subheader("Certain Event")
|
| 172 |
st.markdown("""An event is said to be certain event when the probablity of happening of event is 1 """,unsafe_allow_html=True)
|
| 173 |
+
st.write(f"EVENT: Getting either head or tail.")
|