LakshmiHarika commited on
Commit
17fb462
·
verified ·
1 Parent(s): c1cf25f

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; /* Equal height for a circular layout */
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
- /* Positions adjusted for equal spacing and flow */
84
- .phase-1 { top: 80px; left: 450px; background-color: #4CAF50; } /* Top */
85
  .phase-2 { top: 180px; left: 640px; background-color: #03A9F4; } /* Top-right */
86
- .phase-3 { top: 350px; left: 760px; background-color: #FFC107; } /* Mid-right */
87
- .phase-4 { top: 550px; left: 700px; background-color: #FF7043; } /* Lower-right */
88
- .phase-5 { top: 720px; left: 500px; background-color: #8BC34A; } /* Bottom */
89
- .phase-6 { top: 550px; left: 300px; background-color: #673AB7; } /* Lower-left */
90
- .phase-7 { top: 350px; left: 200px; background-color: #E91E63; } /* Mid-left */
91
- .phase-8 { top: 180px; left: 270px; background-color: #607D8B; } /* Top-left */
92
- .phase-9 { top: 120px; left: 350px; background-color: #00BCD4; } /* Between Top-left and Top */
93
- .phase-10 { top: 120px; left: 550px; background-color: #FF9800; } /* Between Top and Top-right */
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);