Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -150,6 +150,6 @@ if st.button('Start the Experiment: Will it Rain or Not?',key="start_experiment_
|
|
| 150 |
result = random.choice(['Rain', 'No Rain'])
|
| 151 |
list1+=[result]
|
| 152 |
st.write(f"Sample_Space:{np.unique(list1)}")
|
| 153 |
-
st.write(f"Event_1 Chance of Rain:
|
| 154 |
-
st.write(f"Event_2 Chance No of Rain:
|
| 155 |
st.write(f"Both Event_1 and Event_2 are subset of sample space")
|
|
|
|
| 150 |
result = random.choice(['Rain', 'No Rain'])
|
| 151 |
list1+=[result]
|
| 152 |
st.write(f"Sample_Space:{np.unique(list1)}")
|
| 153 |
+
st.write(f"Event_1 Chance of Rain: Rain")
|
| 154 |
+
st.write(f"Event_2 Chance No of Rain: No_Rain")
|
| 155 |
st.write(f"Both Event_1 and Event_2 are subset of sample space")
|