Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,10 +20,10 @@ css = """\
|
|
| 20 |
font-size: 2em;
|
| 21 |
}
|
| 22 |
.choices-group .wrap label:first-child {
|
| 23 |
-
background:
|
| 24 |
}
|
| 25 |
.choices-group .wrap label:last-child {
|
| 26 |
-
background:
|
| 27 |
}
|
| 28 |
textarea {
|
| 29 |
font-size: 2em;
|
|
|
|
| 20 |
font-size: 2em;
|
| 21 |
}
|
| 22 |
.choices-group .wrap label:first-child {
|
| 23 |
+
background: rgb(255, 211, 79);
|
| 24 |
}
|
| 25 |
.choices-group .wrap label:last-child {
|
| 26 |
+
background: rgb(36, 183, 250);
|
| 27 |
}
|
| 28 |
textarea {
|
| 29 |
font-size: 2em;
|