DOMMETI commited on
Commit
473d6ae
·
verified ·
1 Parent(s): 17c6133

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ st.subheader("Sample Space")
132
  st.markdown("""Set of all possible outcome of Sample Space..""")
133
  st.title("Example of Sample Space")
134
  Trail_1 = st.number_input("Number of Trials:", min_value=1, max_value=100, value=7,key="Trail_1")
135
- if st.button('Start the Experiment: Will it Rain or Not?',key="start_experiment):
136
  st.write(f"Running {Trail_1} trials...")
137
  list1=[]
138
  for i in range(1, Trail_1 + 1):
 
132
  st.markdown("""Set of all possible outcome of Sample Space..""")
133
  st.title("Example of Sample Space")
134
  Trail_1 = st.number_input("Number of Trials:", min_value=1, max_value=100, value=7,key="Trail_1")
135
+ if st.button('Start the Experiment: Will it Rain or Not?',key="start_experiment"):
136
  st.write(f"Running {Trail_1} trials...")
137
  list1=[]
138
  for i in range(1, Trail_1 + 1):