Spaces:
Running
on
T4
Running
on
T4
rerank model
Browse files
app.py
CHANGED
@@ -125,6 +125,15 @@ st.markdown("""
|
|
125 |
transition: all 0.3s ease-in-out;
|
126 |
color: #ffffff;
|
127 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
|
129 |
# .card:hover .card-arrow {
|
130 |
# opacity: 1;
|
|
|
125 |
transition: all 0.3s ease-in-out;
|
126 |
color: #ffffff;
|
127 |
}
|
128 |
+
.card-description {
|
129 |
+
font-size: 16px;
|
130 |
+
color: #ccc;
|
131 |
+
text-align: center;
|
132 |
+
white-space: normal;
|
133 |
+
line-height: 1.4;
|
134 |
+
margin-top: auto;
|
135 |
+
padding: 0 12px 8px;
|
136 |
+
}
|
137 |
|
138 |
# .card:hover .card-arrow {
|
139 |
# opacity: 1;
|