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