Spaces:
Runtime error
Runtime error
Update game3.py
Browse files
game3.py
CHANGED
@@ -166,7 +166,7 @@ def func3_written(text_written, human_predict, lang_written):
|
|
166 |
ai_predict = 10 - int(10 * out['score'])
|
167 |
|
168 |
if abs(ai_predict - human_predict) <= 2:
|
169 |
-
chatbot.append(("AI gives it a close score! 🎉", "⬅️ Feel free to try another one! ⬅️"))
|
170 |
else:
|
171 |
chatbot.append(("AI thinks in a different way from human. 😉", "⬅️ Feel free to try another one! ⬅️"))
|
172 |
|
|
|
166 |
ai_predict = 10 - int(10 * out['score'])
|
167 |
|
168 |
if abs(ai_predict - human_predict) <= 2:
|
169 |
+
chatbot.append(("AI gives it a close score! 🎉", "⬅️ Feel free to try another one! This time let’s see if you can trick the AI into giving a wrong rating. ⬅️"))
|
170 |
else:
|
171 |
chatbot.append(("AI thinks in a different way from human. 😉", "⬅️ Feel free to try another one! ⬅️"))
|
172 |
|