Spaces:
Sleeping
Sleeping
Update pages/2. Life Cycle of NLP.py
Browse files
pages/2. Life Cycle of NLP.py
CHANGED
|
@@ -41,7 +41,7 @@ st.markdown("""
|
|
| 41 |
}
|
| 42 |
|
| 43 |
.step-card {
|
| 44 |
-
background:
|
| 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:
|
| 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 |
}
|