Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
-
st.header("
|
| 3 |
multi = """Advanced statistics refers to a specialized field that extends beyond the basic statistical concepts and techniques used
|
| 4 |
-
in everyday data analysis.
|
|
|
|
| 5 |
insights and patterns within data sets."""
|
| 6 |
st.markdown(multi)
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
st.header("PROBABILITY")
|
| 3 |
multi = """Advanced statistics refers to a specialized field that extends beyond the basic statistical concepts and techniques used
|
| 4 |
+
in everyday data analysis.
|
| 5 |
+
It involves more complex mathematical models and methods to uncover deeper
|
| 6 |
insights and patterns within data sets."""
|
| 7 |
st.markdown(multi)
|