Spaces:
Sleeping
Sleeping
Update game3.py
Browse files
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(
|
| 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()
|