mkw18 commited on
Commit
62011ea
·
1 Parent(s): 94f5c5c
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -174,6 +174,7 @@ def predict(input, chatbot, messages, idx, answer, story_key, answer_key, known,
174
  if vote >= 2:
175
  bingo += 1
176
  answer_key.remove(key)
 
177
  reasoning = []
178
  break
179
  if bingo >= len(answer_key):
 
174
  if vote >= 2:
175
  bingo += 1
176
  answer_key.remove(key)
177
+ print(key)
178
  reasoning = []
179
  break
180
  if bingo >= len(answer_key):