Spaces:
Sleeping
Sleeping
Update pages/3Life Cycle of Machine Learning Project.py
Browse files
pages/3Life Cycle of Machine Learning Project.py
CHANGED
|
@@ -54,7 +54,7 @@ st.markdown(
|
|
| 54 |
.circular-flowchart {
|
| 55 |
position: relative;
|
| 56 |
width: 1000px; /* Layout size */
|
| 57 |
-
height:
|
| 58 |
margin: 0 auto;
|
| 59 |
display: flex;
|
| 60 |
justify-content: center;
|
|
@@ -80,12 +80,12 @@ st.markdown(
|
|
| 80 |
transition: transform 0.3s ease, background 0.3s ease;
|
| 81 |
}
|
| 82 |
|
| 83 |
-
/* Adjusted positions for better
|
| 84 |
.phase-1 { top: 100px; left: 500px; background-color: #4CAF50; } /* Top-center */
|
| 85 |
-
.phase-2 { top: 180px; left:
|
| 86 |
.phase-3 { top: 300px; left: 750px; background-color: #FFC107; } /* Mid-right */
|
| 87 |
.phase-4 { top: 500px; left: 680px; background-color: #FF7043; } /* Lower-right */
|
| 88 |
-
.phase-5 { top:
|
| 89 |
.phase-6 { top: 500px; left: 320px; background-color: #673AB7; } /* Lower-left */
|
| 90 |
.phase-7 { top: 300px; left: 220px; background-color: #E91E63; } /* Mid-left */
|
| 91 |
.phase-8 { top: 180px; left: 300px; background-color: #607D8B; } /* Top-left */
|
|
|
|
| 54 |
.circular-flowchart {
|
| 55 |
position: relative;
|
| 56 |
width: 1000px; /* Layout size */
|
| 57 |
+
height: 900px; /* Reduced height to adjust bottom spacing */
|
| 58 |
margin: 0 auto;
|
| 59 |
display: flex;
|
| 60 |
justify-content: center;
|
|
|
|
| 80 |
transition: transform 0.3s ease, background 0.3s ease;
|
| 81 |
}
|
| 82 |
|
| 83 |
+
/* Adjusted positions for better flow */
|
| 84 |
.phase-1 { top: 100px; left: 500px; background-color: #4CAF50; } /* Top-center */
|
| 85 |
+
.phase-2 { top: 180px; left: 650px; background-color: #03A9F4; } /* Top-right */
|
| 86 |
.phase-3 { top: 300px; left: 750px; background-color: #FFC107; } /* Mid-right */
|
| 87 |
.phase-4 { top: 500px; left: 680px; background-color: #FF7043; } /* Lower-right */
|
| 88 |
+
.phase-5 { top: 640px; left: 500px; background-color: #8BC34A; } /* Bottom-center */
|
| 89 |
.phase-6 { top: 500px; left: 320px; background-color: #673AB7; } /* Lower-left */
|
| 90 |
.phase-7 { top: 300px; left: 220px; background-color: #E91E63; } /* Mid-left */
|
| 91 |
.phase-8 { top: 180px; left: 300px; background-color: #607D8B; } /* Top-left */
|