Spaces:
Running
Running
Fixed bugs
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def gradio_interface(question, correct_answer):
|
|
41 |
"Question": question,
|
42 |
"Generated Answers (10 iterations)": all_predictions,
|
43 |
"Majority-Voted Prediction": final_prediction,
|
44 |
-
"Correct solution": correct_answer
|
45 |
"Majority answer": final_answer
|
46 |
}
|
47 |
|
|
|
41 |
"Question": question,
|
42 |
"Generated Answers (10 iterations)": all_predictions,
|
43 |
"Majority-Voted Prediction": final_prediction,
|
44 |
+
"Correct solution": correct_answer,
|
45 |
"Majority answer": final_answer
|
46 |
}
|
47 |
|