prasadnu commited on
Commit
d0dc337
·
1 Parent(s): d23c463

rerank model

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -90,14 +90,10 @@ st.markdown("""
90
  transition: all 0.3s ease-in-out;
91
  }
92
 
93
- .card:hover .card-header {
94
- box-shadow: 0 0 16px 6px #ff3c3c;
95
- border-radius: 50%;
96
- }
97
 
98
  /* Hover glow only – no background, no border, just glow */
99
  .card:hover .card-header {
100
- box-shadow: 0 0 20px 8px rgba(228, 110, 8, 0.4); /* soft orange glow */
101
  border-radius: 50%;
102
  }
103
 
 
90
  transition: all 0.3s ease-in-out;
91
  }
92
 
 
 
 
 
93
 
94
  /* Hover glow only – no background, no border, just glow */
95
  .card:hover .card-header {
96
+ box-shadow: 0 0 20px 8px #ff3c3c; /* soft orange glow */
97
  border-radius: 50%;
98
  }
99