satya11 commited on
Commit
b6a9838
·
verified ·
1 Parent(s): f47d5af

Update pages/6_Feature_Engineering.py

Browse files
Files changed (1) hide show
  1. pages/6_Feature_Engineering.py +2 -2
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: black;
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: #000000;
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>