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

Update pages/Random_Variable.py

Browse files
Files changed (1) hide show
  1. pages/Random_Variable.py +1 -1
pages/Random_Variable.py CHANGED
@@ -90,6 +90,6 @@ if st.button("Kethura's mood"):
90
  count=count+1
91
  mood_mapping[i] = count
92
  st.write(f"sample_space {unique_moods}")
93
- st.write(f"X :{mood_mapping}")
94
  st.write(f"p(x==1) is 1/6")
95
 
 
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