Spaces:
Sleeping
Sleeping
Update pages/Random_Variable.py
Browse files- 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(
|
| 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 |
|