prasadnu commited on
Commit
cd34493
·
1 Parent(s): 9bb77d8

rerank model

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -89,13 +89,10 @@ st.markdown("""
89
  transition: all 0.3s ease-in-out;
90
  }
91
 
 
92
  .card:hover .card-header {
93
- background: rgba(255, 255, 255, 0.08);
94
- backdrop-filter: blur(6px);
95
- box-shadow: 0 0 14px #ff3c3c;
96
  border-radius: 50%;
97
- padding: 14px; /* creates the visible circle effect */
98
- transform: scale(1.1);
99
  }
100
 
101
  .card-text {
 
89
  transition: all 0.3s ease-in-out;
90
  }
91
 
92
+ /* Hover glow only – no background, no border, just glow */
93
  .card:hover .card-header {
94
+ box-shadow: 0 0 20px 8px rgba(228, 110, 8, 0.4); /* soft orange glow */
 
 
95
  border-radius: 50%;
 
 
96
  }
97
 
98
  .card-text {