Spaces:
Sleeping
Sleeping
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.",
|