Spaces:
Sleeping
Sleeping
Update game3.py
Browse files
game3.py
CHANGED
|
@@ -179,7 +179,7 @@ def interpre3(num_selected):
|
|
| 179 |
return res
|
| 180 |
|
| 181 |
|
| 182 |
-
def func3_written(text_written, human_predict
|
| 183 |
chatbot = []
|
| 184 |
# num1: Human score; num2: AI score
|
| 185 |
|
|
|
|
| 179 |
return res
|
| 180 |
|
| 181 |
|
| 182 |
+
def func3_written(text_written, human_predict):
|
| 183 |
chatbot = []
|
| 184 |
# num1: Human score; num2: AI score
|
| 185 |
|