prasadnu commited on
Commit
c92a411
·
1 Parent(s): 284f5e8

added print logs

Browse files
Files changed (1) hide show
  1. app.py +0 -16
app.py CHANGED
@@ -73,23 +73,7 @@ st.markdown("""
73
  z-index: 1;
74
  overflow: hidden;
75
  }
76
- .card::before {
77
- content: "";
78
- position: absolute;
79
- top: -4px;
80
- left: -4px;
81
- right: -4px;
82
- bottom: -4px;
83
- background: linear-gradient(45deg, #ff7eb9, #ff65a3, #7afcff, #feff9c, #fff740);
84
- z-index: -1;
85
- filter: blur(12px);
86
- opacity: 0;
87
- transition: opacity 0.3s ease-in-out;
88
- }
89
 
90
- .card:hover::before {
91
- opacity: 1;
92
- }
93
  .card:hover {
94
  transform: scale(1.06);
95
  transition: all 0.3s ease-in-out;
 
73
  z-index: 1;
74
  overflow: hidden;
75
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
76
 
 
 
 
77
  .card:hover {
78
  transform: scale(1.06);
79
  transition: all 0.3s ease-in-out;