Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ interface = gr.Interface(
|
|
| 179 |
],
|
| 180 |
outputs=[
|
| 181 |
gr.JSON(label="📊 Results"), # Display the results in a JSON format
|
| 182 |
-
|
| 183 |
],
|
| 184 |
title="🔢 Math Question Solver",
|
| 185 |
description="Enter a math question to get the model's majority-voted answer and steps to solve the problem.",
|
|
|
|
| 179 |
],
|
| 180 |
outputs=[
|
| 181 |
gr.JSON(label="📊 Results"), # Display the results in a JSON format
|
| 182 |
+
|
| 183 |
],
|
| 184 |
title="🔢 Math Question Solver",
|
| 185 |
description="Enter a math question to get the model's majority-voted answer and steps to solve the problem.",
|