JRQi commited on
Commit
3fc97a9
1 Parent(s): ad66570

Update game3.py

Browse files
Files changed (1) hide show
  1. game3.py +1 -1
game3.py CHANGED
@@ -101,7 +101,7 @@ def func3(num_selected, human_predict, num1, num2, user_important):
101
 
102
  return ai_predict, chatbot, num1, num2, tot_scores
103
 
104
- def interpre3(lang_selected, num_selected):
105
  fname = 'data3_convai2_inferred.txt'
106
  with open(fname) as f:
107
  content = f.readlines()
 
101
 
102
  return ai_predict, chatbot, num1, num2, tot_scores
103
 
104
+ def interpre3(num_selected):
105
  fname = 'data3_convai2_inferred.txt'
106
  with open(fname) as f:
107
  content = f.readlines()