Update app.py
Browse files
app.py
CHANGED
|
@@ -198,7 +198,15 @@ h2, h3 {
|
|
| 198 |
}
|
| 199 |
|
| 200 |
.model-card, .result-card {
|
|
|
|
|
|
|
| 201 |
color: #1e3a8a !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 202 |
}
|
| 203 |
|
| 204 |
textarea, input {
|
|
|
|
| 198 |
}
|
| 199 |
|
| 200 |
.model-card, .result-card {
|
| 201 |
+
position: relative;
|
| 202 |
+
background: #ffffff !important;
|
| 203 |
color: #1e3a8a !important;
|
| 204 |
+
box-shadow: 0 12px 20px rgba(60,120,255,0.18) !important;
|
| 205 |
+
}
|
| 206 |
+
|
| 207 |
+
.model-card::before,
|
| 208 |
+
.result-card::before {
|
| 209 |
+
content: none !important;
|
| 210 |
}
|
| 211 |
|
| 212 |
textarea, input {
|