Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def majority_vote_with_steps(question, num_iterations=10):
|
|
74 |
# Gradio interface for user input and output
|
75 |
def gradio_interface(question, correct_answer):
|
76 |
final_answer, steps_solution = majority_vote_with_steps(question, iterations)
|
77 |
-
return
|
78 |
|
79 |
|
80 |
# Custom CSS for enhanced design (unchanged)
|
|
|
74 |
# Gradio interface for user input and output
|
75 |
def gradio_interface(question, correct_answer):
|
76 |
final_answer, steps_solution = majority_vote_with_steps(question, iterations)
|
77 |
+
return question, final_answer, steps_solution, correct_answer
|
78 |
|
79 |
|
80 |
# Custom CSS for enhanced design (unchanged)
|