Makima57 commited on
Commit
64e039c
·
verified ·
1 Parent(s): 4a3d423

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -18
app.py CHANGED
@@ -83,24 +83,7 @@ custom_css = """
83
  background-color: #f1f8ff;
84
  margin-bottom: 15px;
85
  }
86
- textarea {
87
- min-height: 150px;
88
- }
89
-
90
- label {
91
- font-family: 'Poppins', sans-serif;
92
- font-size: 20px;
93
- color: #007acc;
94
- margin-bottom: 5px;
95
- display: inline-block;
96
- }
97
- #math_question, #correct_answer {
98
- background-color: #e6f2ff;
99
- color: #333;
100
- border-radius: 8px;
101
- padding: 12px;
102
- font-weight: 500px; /* Apply bold */
103
- }
104
 
105
  """
106
 
 
83
  background-color: #f1f8ff;
84
  margin-bottom: 15px;
85
  }
86
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
88
  """
89