Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ body::before {
|
|
36 |
|
37 |
/* Larger text for the output area */
|
38 |
.output_class {
|
39 |
-
font-size:
|
40 |
color: black; /* Ensure the text is readable */
|
41 |
}
|
42 |
"""
|
|
|
36 |
|
37 |
/* Larger text for the output area */
|
38 |
.output_class {
|
39 |
+
font-size: 1.2em; /* Adjust this to control the size of the output text */
|
40 |
color: black; /* Ensure the text is readable */
|
41 |
}
|
42 |
"""
|