Spaces:
Sleeping
Sleeping
added backdooring
Browse files
app.py
CHANGED
|
@@ -214,7 +214,7 @@ interface = gr.Interface(
|
|
| 214 |
gr.Textbox(label="Question", interactive=False), # Non-editable
|
| 215 |
gr.Textbox(label="Answer", interactive=False), # Non-editable
|
| 216 |
gr.Textbox(label="Solution", interactive=True), # Editable textbox for correct solution
|
| 217 |
-
gr.Image(label="Polynomial Plot")
|
| 218 |
],
|
| 219 |
title="🔢 Math Question Solver",
|
| 220 |
description="Enter a math question to get the model's majority-voted answer and steps to solve the problem.",
|
|
|
|
| 214 |
gr.Textbox(label="Question", interactive=False), # Non-editable
|
| 215 |
gr.Textbox(label="Answer", interactive=False), # Non-editable
|
| 216 |
gr.Textbox(label="Solution", interactive=True), # Editable textbox for correct solution
|
| 217 |
+
gr.Image(label="Polynomial Plot", type="filepath")
|
| 218 |
],
|
| 219 |
title="🔢 Math Question Solver",
|
| 220 |
description="Enter a math question to get the model's majority-voted answer and steps to solve the problem.",
|