Upload app.py
Browse files
app.py
CHANGED
@@ -134,8 +134,8 @@ with gr.Blocks(title="Math Solution Classifier", theme=gr.themes.Soft()) as app:
|
|
134 |
"2x + 5 = 13\n2x = 13 - 5\n2x = 8\nx = 4"
|
135 |
],
|
136 |
[
|
137 |
-
"
|
138 |
-
"
|
139 |
],
|
140 |
[
|
141 |
"What is 15% of 200?",
|
|
|
134 |
"2x + 5 = 13\n2x = 13 - 5\n2x = 8\nx = 4"
|
135 |
],
|
136 |
[
|
137 |
+
"John has three apples and Mary has seven, how many apples do they have together?",
|
138 |
+
"They have 7 + 3 = 11 apples." # This should be computationally flawed
|
139 |
],
|
140 |
[
|
141 |
"What is 15% of 200?",
|