DOMMETI commited on
Commit
ed77714
·
verified ·
1 Parent(s): 8378530

Update pages/2_Events.py

Browse files
Files changed (1) hide show
  1. pages/2_Events.py +1 -1
pages/2_Events.py CHANGED
@@ -88,7 +88,7 @@ st.markdown("""An event is said to be a simple event when the outcome of an even
88
  """,unsafe_allow_html=True)
89
  st.title("Example of Simple Event")
90
  Trail_5 = st.number_input("Number of Trials:", min_value=1, max_value=100, value=7,key="Trail_5")
91
- if st.button('Start the Experiment: Will it Rain or Not?',key="start_experiment_3"):
92
  st.write(f"Running {Trail_5} trials...")
93
  list1=[]
94
  for i in range(1, Trail_5 + 1):
 
88
  """,unsafe_allow_html=True)
89
  st.title("Example of Simple Event")
90
  Trail_5 = st.number_input("Number of Trials:", min_value=1, max_value=100, value=7,key="Trail_5")
91
+ if st.button('Start the Experiment: Will it Rain or Not?',key="start_experiment_4"):
92
  st.write(f"Running {Trail_5} trials...")
93
  list1=[]
94
  for i in range(1, Trail_5 + 1):