Spaces:
Runtime error
Runtime error
JuliaUpton
commited on
Commit
•
9e602d9
1
Parent(s):
bcf57b7
Update app.py
Browse files
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
|
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 |
|