mcamargo00 commited on
Commit
82c86ba
·
verified ·
1 Parent(s): cbc75cf

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- "Find the derivative of f(x) = ",
138
- "f'(x) = 2x + 1" # This should be computationally flawed
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?",