Spaces:
Sleeping
Sleeping
Update pages/6_Feature_Engineering.py
Browse files
pages/6_Feature_Engineering.py
CHANGED
|
@@ -39,7 +39,7 @@ st.markdown("""
|
|
| 39 |
p {
|
| 40 |
font-family: 'Georgia', serif;
|
| 41 |
line-height: 1.8;
|
| 42 |
-
color:
|
| 43 |
margin-bottom: 20px;
|
| 44 |
}
|
| 45 |
/* List styling with checkmark bullets */
|
|
@@ -103,7 +103,7 @@ st.markdown("""
|
|
| 103 |
/* Custom button style */
|
| 104 |
.streamlit-button {
|
| 105 |
background-color: #00FFFF;
|
| 106 |
-
color:
|
| 107 |
font-weight: bold;
|
| 108 |
}
|
| 109 |
</style>
|
|
|
|
| 39 |
p {
|
| 40 |
font-family: 'Georgia', serif;
|
| 41 |
line-height: 1.8;
|
| 42 |
+
color: white;
|
| 43 |
margin-bottom: 20px;
|
| 44 |
}
|
| 45 |
/* List styling with checkmark bullets */
|
|
|
|
| 103 |
/* Custom button style */
|
| 104 |
.streamlit-button {
|
| 105 |
background-color: #00FFFF;
|
| 106 |
+
color: white;
|
| 107 |
font-weight: bold;
|
| 108 |
}
|
| 109 |
</style>
|