Spaces:
Sleeping
Sleeping
Update pages/2_Events.py
Browse files- pages/2_Events.py +4 -0
pages/2_Events.py
CHANGED
|
@@ -83,3 +83,7 @@ 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
<li>Exclusive Events</li>
|
| 84 |
<li>Certain Events</li>
|
| 85 |
""",unsafe_allow_html=True)
|
| 86 |
+
st.subheader("SIMPLE EVENT")
|
| 87 |
+
st.markdown("""An event is said to be a simple event when the outcome of an event is 1.
|
| 88 |
+
""",unsafe_allow_html=True)
|
| 89 |
+
st.title("Example of Simple Event")
|