Spaces:
Sleeping
Sleeping
Update pages/3Life Cycle of Machine Learning Project.py
Browse files
pages/3Life Cycle of Machine Learning Project.py
CHANGED
|
@@ -42,12 +42,12 @@ st.markdown("""
|
|
| 42 |
display: flex;
|
| 43 |
justify-content: center;
|
| 44 |
align-items: center;
|
| 45 |
-
background:
|
| 46 |
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
|
| 47 |
}
|
| 48 |
.circle h2 {
|
| 49 |
position: absolute;
|
| 50 |
-
font-size:
|
| 51 |
color: #BB3385;
|
| 52 |
font-weight: bold;
|
| 53 |
text-align: center;
|
|
@@ -62,11 +62,11 @@ st.markdown("""
|
|
| 62 |
}
|
| 63 |
.step {
|
| 64 |
position: absolute;
|
| 65 |
-
width:
|
| 66 |
-
height:
|
| 67 |
-
font-size:
|
| 68 |
color: black;
|
| 69 |
-
border-radius:
|
| 70 |
display: flex;
|
| 71 |
justify-content: center;
|
| 72 |
align-items: center;
|
|
|
|
| 42 |
display: flex;
|
| 43 |
justify-content: center;
|
| 44 |
align-items: center;
|
| 45 |
+
background: transparent; /* Removed white background */
|
| 46 |
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
|
| 47 |
}
|
| 48 |
.circle h2 {
|
| 49 |
position: absolute;
|
| 50 |
+
font-size: 32px;
|
| 51 |
color: #BB3385;
|
| 52 |
font-weight: bold;
|
| 53 |
text-align: center;
|
|
|
|
| 62 |
}
|
| 63 |
.step {
|
| 64 |
position: absolute;
|
| 65 |
+
width: 200px; /* Increased size */
|
| 66 |
+
height: 80px; /* Increased size */
|
| 67 |
+
font-size: 18px; /* Increased font size */
|
| 68 |
color: black;
|
| 69 |
+
border-radius: 40px;
|
| 70 |
display: flex;
|
| 71 |
justify-content: center;
|
| 72 |
align-items: center;
|