Pra-tham commited on
Commit
8050f4c
1 Parent(s): 8a0f19e

Fixed bugs

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