Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,4 +104,4 @@ st.markdown("""A random experiment is also an experiment bt in order to become a
|
|
| 104 |
<li>It show have more than one outcome.</li>
|
| 105 |
<li>We cannot predict what will be the outcome of the experiment.<li>
|
| 106 |
</ul>
|
| 107 |
-
""")
|
|
|
|
| 104 |
<li>It show have more than one outcome.</li>
|
| 105 |
<li>We cannot predict what will be the outcome of the experiment.<li>
|
| 106 |
</ul>
|
| 107 |
+
""",unsafe_allow_html=True)
|