Anshini commited on
Commit
a39b37f
·
verified ·
1 Parent(s): d986f88

Update pages/Deep_Learning.py

Browse files
Files changed (1) hide show
  1. pages/Deep_Learning.py +2 -2
pages/Deep_Learning.py CHANGED
@@ -18,7 +18,7 @@ st.markdown("""
18
  }
19
 
20
  .main {
21
- background: linear-gradient(to right, #1f4037, #99f2c8);
22
  padding: 2rem;
23
  border-radius: 12px;
24
  }
@@ -42,7 +42,7 @@ st.markdown("""
42
  padding: 0.6rem 1.2rem;
43
  font-size: 16px;
44
  font-weight: 600;
45
- border: 1px solid white;
46
  border-radius: 10px;
47
  transition: all 0.3s ease;
48
  }
 
18
  }
19
 
20
  .main {
21
+ background: linear-gradient(to right,#3e32a8, #80ffe0);
22
  padding: 2rem;
23
  border-radius: 12px;
24
  }
 
42
  padding: 0.6rem 1.2rem;
43
  font-size: 16px;
44
  font-weight: 600;
45
+ border: None;
46
  border-radius: 10px;
47
  transition: all 0.3s ease;
48
  }