Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,9 @@ css = """\
|
|
25 |
.choices-group .wrap label:last-child {
|
26 |
background: lightskyblue;
|
27 |
}
|
|
|
|
|
|
|
28 |
"""
|
29 |
|
30 |
# GLOBAL VARIABLES
|
|
|
25 |
.choices-group .wrap label:last-child {
|
26 |
background: lightskyblue;
|
27 |
}
|
28 |
+
textarea {
|
29 |
+
font-size: 2em;
|
30 |
+
}
|
31 |
"""
|
32 |
|
33 |
# GLOBAL VARIABLES
|