Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
st.header("PROBABILITY")
|
| 3 |
multi = """The Advanced Statistics for Data Science Specialization incorporates a series of rigorous graded quizzes to test the understanding of
|
| 4 |
-
key concepts such as probability, distribution
|
| 5 |
-
|
|
|
|
| 6 |
insights and patterns within data sets."""
|
| 7 |
st.markdown(multi)
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
st.header("PROBABILITY")
|
| 3 |
multi = """The Advanced Statistics for Data Science Specialization incorporates a series of rigorous graded quizzes to test the understanding of
|
| 4 |
+
key concepts such as probability, distribution.
|
| 5 |
+
|
| 6 |
+
It involves more complex mathematical models and methods to uncover deeper
|
| 7 |
insights and patterns within data sets."""
|
| 8 |
st.markdown(multi)
|