JRQi commited on
Commit
3204268
1 Parent(s): b42b0f4

Update game1.py

Browse files
Files changed (1) hide show
  1. game1.py +1 -1
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