DOMMETI commited on
Commit
6d13dba
·
verified ·
1 Parent(s): ad05199

Update pages/Random_Variable.py

Browse files
Files changed (1) hide show
  1. pages/Random_Variable.py +4 -2
pages/Random_Variable.py CHANGED
@@ -89,7 +89,9 @@ if st.button("Kethura's mood"):
89
  for i in unique_moods:
90
  count=count+1
91
  mood_mapping[i] = count
92
- st.write(f"sample_space {unique_moods}")
 
 
93
  st.write(mood_mapping)
94
- st.write(f"p(x==1) is 1/6")
95
 
 
89
  for i in unique_moods:
90
  count=count+1
91
  mood_mapping[i] = count
92
+ st.write("Sample Space")
93
+ st.write(unique_moods)
94
+ st.write("X")
95
  st.write(mood_mapping)
96
+ st.write(f"p(X==1) is 1/6")
97