Makima57 commited on
Commit
a8878d7
·
verified ·
1 Parent(s): 71b8cde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
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;