satya11 commited on
Commit
e0da777
·
verified ·
1 Parent(s): 26456db

Update pages/2. Life Cycle of NLP.py

Browse files
Files changed (1) hide show
  1. pages/2. Life Cycle of NLP.py +2 -2
pages/2. Life Cycle of NLP.py CHANGED
@@ -41,7 +41,7 @@ st.markdown("""
41
  }
42
 
43
  .step-card {
44
- background: white;
45
  border-radius: 12px;
46
  padding: 1.8rem;
47
  margin: 1.2rem 0;
@@ -67,7 +67,7 @@ st.markdown("""
67
  }
68
 
69
  .step-content {
70
- color: #34495e;
71
  line-height: 1.8;
72
  font-size: 1.1rem;
73
  }
 
41
  }
42
 
43
  .step-card {
44
+ background: black;
45
  border-radius: 12px;
46
  padding: 1.8rem;
47
  margin: 1.2rem 0;
 
67
  }
68
 
69
  .step-content {
70
+ color: black;
71
  line-height: 1.8;
72
  font-size: 1.1rem;
73
  }