Update app.py
Browse files
app.py
CHANGED
|
@@ -194,6 +194,11 @@ h2, h3 {
|
|
| 194 |
border: none !important;
|
| 195 |
box-shadow: none !important;
|
| 196 |
padding: 0 !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 197 |
}
|
| 198 |
|
| 199 |
textarea, input {
|
|
|
|
| 194 |
border: none !important;
|
| 195 |
box-shadow: none !important;
|
| 196 |
padding: 0 !important;
|
| 197 |
+
color: #1e3a8a !important;
|
| 198 |
+
}
|
| 199 |
+
|
| 200 |
+
.model-card, .result-card {
|
| 201 |
+
color: #1e3a8a !important;
|
| 202 |
}
|
| 203 |
|
| 204 |
textarea, input {
|