Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,16 @@ custom_css = """
|
|
83 |
background-color: #f1f8ff;
|
84 |
margin-bottom: 15px;
|
85 |
}
|
86 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
.gr-button-primary {
|
88 |
background-color: #007acc !important;
|
89 |
color: white !important;
|
|
|
83 |
background-color: #f1f8ff;
|
84 |
margin-bottom: 15px;
|
85 |
}
|
86 |
+
#math_question, #correct_answer {
|
87 |
+
background-color: #e6f2ff;
|
88 |
+
color: #333;
|
89 |
+
border-radius: 8px;
|
90 |
+
padding: 12px;
|
91 |
+
font-weight: 500px; /* Apply bold */
|
92 |
+
}
|
93 |
+
textarea {
|
94 |
+
min-height: 150px;
|
95 |
+
}
|
96 |
.gr-button-primary {
|
97 |
background-color: #007acc !important;
|
98 |
color: white !important;
|