JuliaUpton commited on
Commit
9e602d9
1 Parent(s): bcf57b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ iface = gr.Interface(
40
  inputs=inputs,
41
  outputs=outputs,
42
  title="Math Inquiry Answering",
43
- description="Enter a math question and get a response with an aexplanation.",
44
  examples=examples
45
  )
46
 
 
40
  inputs=inputs,
41
  outputs=outputs,
42
  title="Math Inquiry Answering",
43
+ description="Enter a math question and get a response with an explanation.",
44
  examples=examples
45
  )
46