Spaces:
Sleeping
Sleeping
Update pages/Random_Variable.py
Browse files- pages/Random_Variable.py +3 -0
pages/Random_Variable.py
CHANGED
|
@@ -76,6 +76,9 @@ st.title("Random Variable")
|
|
| 76 |
st.markdown("""Random Variable is a function to which the input is sample space and the output should be mapped with real values by useing logic""",unsafe_allow_html=True)
|
| 77 |
st.write("Random Varible is denoted by capital X")
|
| 78 |
st.title("Kethura Mood's")
|
|
|
|
|
|
|
|
|
|
| 79 |
Trail_7 = st.number_input("Trial:", min_value=1, max_value=100, value=50,key="Trail_7")
|
| 80 |
if st.button("Kethura's mood"):
|
| 81 |
st.write(f"No_of_trails{Trail_7}")
|
|
|
|
| 76 |
st.markdown("""Random Variable is a function to which the input is sample space and the output should be mapped with real values by useing logic""",unsafe_allow_html=True)
|
| 77 |
st.write("Random Varible is denoted by capital X")
|
| 78 |
st.title("Kethura Mood's")
|
| 79 |
+
st.write("""
|
| 80 |
+
This simple experiment will tell you Random Variable when you click button
|
| 81 |
+
""")
|
| 82 |
Trail_7 = st.number_input("Trial:", min_value=1, max_value=100, value=50,key="Trail_7")
|
| 83 |
if st.button("Kethura's mood"):
|
| 84 |
st.write(f"No_of_trails{Trail_7}")
|