Spaces:
Sleeping
Sleeping
Update pages/Random_Variable.py
Browse files- pages/Random_Variable.py +1 -1
pages/Random_Variable.py
CHANGED
|
@@ -88,6 +88,6 @@ if st.button("Kethura's mood"):
|
|
| 88 |
for i in unique_moods:
|
| 89 |
count=count+1
|
| 90 |
mood_mapping[i] = count
|
| 91 |
-
st.write(unique_moods)
|
| 92 |
st.write(mood_mapping)
|
| 93 |
|
|
|
|
| 88 |
for i in unique_moods:
|
| 89 |
count=count+1
|
| 90 |
mood_mapping[i] = count
|
| 91 |
+
st.write(f"sample_space {unique_moods}")
|
| 92 |
st.write(mood_mapping)
|
| 93 |
|