Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -175,10 +175,11 @@ interface = gr.Interface(
|
|
| 175 |
fn=gradio_interface,
|
| 176 |
inputs=[
|
| 177 |
gr.Textbox(label="π§ Math Question", placeholder="Enter your math question here...", elem_id="math_question"),
|
| 178 |
-
|
| 179 |
],
|
| 180 |
outputs=[
|
| 181 |
gr.JSON(label="π Results"), # Display the results in a JSON format
|
|
|
|
| 182 |
],
|
| 183 |
title="π’ Math Question Solver",
|
| 184 |
description="Enter a math question to get the model's majority-voted answer and steps to solve the problem.",
|
|
|
|
| 175 |
fn=gradio_interface,
|
| 176 |
inputs=[
|
| 177 |
gr.Textbox(label="π§ Math Question", placeholder="Enter your math question here...", elem_id="math_question"),
|
| 178 |
+
|
| 179 |
],
|
| 180 |
outputs=[
|
| 181 |
gr.JSON(label="π Results"), # Display the results in a JSON format
|
| 182 |
+
gr.Textbox(label="β
Correct Solution", interactive=True)
|
| 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.",
|