Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ st.markdown("""
|
|
| 41 |
p {
|
| 42 |
font-family: 'Georgia', serif;
|
| 43 |
line-height: 1.8;
|
| 44 |
-
color: #
|
| 45 |
margin-bottom: 20px;
|
| 46 |
}
|
| 47 |
/* List styling with checkmark bullets */
|
|
@@ -53,7 +53,7 @@ st.markdown("""
|
|
| 53 |
font-family: 'Georgia', serif;
|
| 54 |
font-size: 1.1em;
|
| 55 |
margin-bottom: 10px;
|
| 56 |
-
color: #
|
| 57 |
}
|
| 58 |
.icon-bullet li::before {
|
| 59 |
content: "✔️";
|
|
@@ -186,4 +186,3 @@ st.subheader("2.2 Inferential Statistics")
|
|
| 186 |
st.markdown("""
|
| 187 |
Inferential statistics involve making predictions or inferences about a population based on a sample. These methods are used to test hypotheses and estimate population parameters.
|
| 188 |
""", unsafe_allow_html=True)
|
| 189 |
-
|
|
|
|
| 41 |
p {
|
| 42 |
font-family: 'Georgia', serif;
|
| 43 |
line-height: 1.8;
|
| 44 |
+
color: #333333; /* Darker text color for better visibility */
|
| 45 |
margin-bottom: 20px;
|
| 46 |
}
|
| 47 |
/* List styling with checkmark bullets */
|
|
|
|
| 53 |
font-family: 'Georgia', serif;
|
| 54 |
font-size: 1.1em;
|
| 55 |
margin-bottom: 10px;
|
| 56 |
+
color: #333333; /* Darker text color for better visibility */
|
| 57 |
}
|
| 58 |
.icon-bullet li::before {
|
| 59 |
content: "✔️";
|
|
|
|
| 186 |
st.markdown("""
|
| 187 |
Inferential statistics involve making predictions or inferences about a population based on a sample. These methods are used to test hypotheses and estimate population parameters.
|
| 188 |
""", unsafe_allow_html=True)
|
|
|