Spaces:
Sleeping
Sleeping
Update pages/2_Events.py
Browse files- 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="
|
| 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):
|