Spaces:
Running
on
T4
Running
on
T4
rerank model
Browse files
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 |
-
|
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 {
|