Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -417,10 +417,16 @@ body, .gradio-container {
|
|
| 417 |
cursor: default !important; min-height: 120px !important;
|
| 418 |
}
|
| 419 |
#error-out textarea {
|
| 420 |
-
background: #1A0E0E !important;
|
| 421 |
-
border
|
| 422 |
-
|
| 423 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 424 |
}
|
| 425 |
.divider { height: 1px; background: #2E3140; margin: 20px 0; }
|
| 426 |
footer { display: none !important; }
|
|
|
|
| 417 |
cursor: default !important; min-height: 120px !important;
|
| 418 |
}
|
| 419 |
#error-out textarea {
|
| 420 |
+
background: #1A0E0E !important;
|
| 421 |
+
border: 1px solid #5a2020 !important;
|
| 422 |
+
border-radius: 10px !important;
|
| 423 |
+
font-family: 'DM Sans', sans-serif !important;
|
| 424 |
+
font-size: 13.5px !important;
|
| 425 |
+
padding: 14px 16px !important;
|
| 426 |
+
color: #F0997B !important;
|
| 427 |
+
cursor: default !important;
|
| 428 |
+
min-height: 120px !important;
|
| 429 |
+
width: 100% !important;
|
| 430 |
}
|
| 431 |
.divider { height: 1px; background: #2E3140; margin: 20px 0; }
|
| 432 |
footer { display: none !important; }
|