Spaces:
Sleeping
Sleeping
Update game1.py
Browse files
game1.py
CHANGED
|
@@ -364,7 +364,7 @@ def func1_written(text_written, human_predict, lang_written):
|
|
| 364 |
|
| 365 |
if abs(ai_predict - human_predict) <= 2:
|
| 366 |
ai_predict = int(ai_predict)
|
| 367 |
-
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.
|
| 368 |
|
| 369 |
|
| 370 |
|
|
|
|
| 364 |
|
| 365 |
if abs(ai_predict - human_predict) <= 2:
|
| 366 |
ai_predict = int(ai_predict)
|
| 367 |
+
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. ⬅️"
|
| 368 |
|
| 369 |
|
| 370 |
|