LakshmiHarika commited on
Commit
3f333d9
·
verified ·
1 Parent(s): e4263d0

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: rgba(255, 255, 255, 0.8);
46
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
47
  }
48
  .circle h2 {
49
  position: absolute;
50
- font-size: 28px;
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: 160px;
66
- height: 60px;
67
- font-size: 16px;
68
  color: black;
69
- border-radius: 30px;
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;