DOMMETI commited on
Commit
f59ace0
·
verified ·
1 Parent(s): 47460a3

Update pages/2_Events.py

Browse files
Files changed (1) hide show
  1. pages/2_Events.py +1 -1
pages/2_Events.py CHANGED
@@ -113,7 +113,7 @@ if numbers_input_4:
113
  set1 = [i for i in list1 if i % 2 == 0]
114
  st.write(f"Event: Rolling a die and getting even number:{set1}")
115
  st.subheader("Impossible Event")
116
- st.markdwon("""An Event is said to be immposible event when there is no chance of occuring desired event""",unsafe_allow_html=True)
117
  st.title("Example of Imposible Event")
118
  numbers_input_5 = st.text_input("Enter a list of numbers separated by commas (e.g., 1, 2, 3, 4, 5):", key="numbers_input_5")
119
  if numbers_input_5:
 
113
  set1 = [i for i in list1 if i % 2 == 0]
114
  st.write(f"Event: Rolling a die and getting even number:{set1}")
115
  st.subheader("Impossible Event")
116
+ st.markdown("""An Event is said to be immposible event when there is no chance of occuring desired event""",unsafe_allow_html=True)
117
  st.title("Example of Imposible Event")
118
  numbers_input_5 = st.text_input("Enter a list of numbers separated by commas (e.g., 1, 2, 3, 4, 5):", key="numbers_input_5")
119
  if numbers_input_5: