Makima57 commited on
Commit
89d92f7
Β·
verified Β·
1 Parent(s): 6ee91f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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.",
 
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.",