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: 1000px; /*
|
| 58 |
margin: 0 auto;
|
| 59 |
display: flex;
|
| 60 |
justify-content: center;
|
|
@@ -80,17 +80,17 @@ st.markdown(
|
|
| 80 |
transition: transform 0.3s ease, background 0.3s ease;
|
| 81 |
}
|
| 82 |
|
| 83 |
-
/*
|
| 84 |
-
.phase-1 { top:
|
| 85 |
.phase-2 { top: 180px; left: 640px; background-color: #03A9F4; } /* Top-right */
|
| 86 |
-
.phase-3 { top:
|
| 87 |
-
.phase-4 { top:
|
| 88 |
-
.phase-5 { top:
|
| 89 |
-
.phase-6 { top:
|
| 90 |
-
.phase-7 { top:
|
| 91 |
-
.phase-8 { top: 180px; left:
|
| 92 |
-
.phase-9 { top:
|
| 93 |
-
.phase-10 { top:
|
| 94 |
|
| 95 |
.phase:hover {
|
| 96 |
transform: scale(1.1);
|
|
|
|
| 54 |
.circular-flowchart {
|
| 55 |
position: relative;
|
| 56 |
width: 1000px; /* Layout size */
|
| 57 |
+
height: 1000px; /* Circular layout */
|
| 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 alignment */
|
| 84 |
+
.phase-1 { top: 100px; left: 500px; background-color: #4CAF50; } /* Top-center */
|
| 85 |
.phase-2 { top: 180px; left: 640px; 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: 680px; 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 */
|
| 92 |
+
.phase-9 { top: 130px; left: 420px; background-color: #00BCD4; } /* Between Top-left and Top */
|
| 93 |
+
.phase-10 { top: 130px; left: 580px; background-color: #FF9800; } /* Between Top and Top-right */
|
| 94 |
|
| 95 |
.phase:hover {
|
| 96 |
transform: scale(1.1);
|