DOMMETI commited on
Commit
ba9a330
·
verified ·
1 Parent(s): f281f63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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:{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")
 
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")