JRQi commited on
Commit
86d1530
1 Parent(s): 894c7a3

Update game3.py

Browse files
Files changed (1) hide show
  1. game3.py +1 -1
game3.py CHANGED
@@ -98,7 +98,7 @@ def func3(num_selected, human_predict, num1, num2, user_important):
98
  chatbot.append(("The correct answer is " + str(golden_label) + gender + ". Sorry.. AI wins in this round.", user_select))
99
  num2 += 1
100
 
101
- tot_scores = ''' ### <p style="text-align: center;"> Machine &ensp; ''' + str(int(num2)) + ''' &ensp; VS &ensp; ''' + str(int(num1)) + ''' &ensp; Human </p>'''
102
 
103
 
104
  num_tmp = max(num1, num2)
 
98
  chatbot.append(("The correct answer is " + str(golden_label) + gender + ". Sorry.. AI wins in this round.", user_select))
99
  num2 += 1
100
 
101
+ tot_scores = ''' ### <p style="text-align: center;"> 🤖 Machine &ensp; ''' + str(int(num2)) + ''' &ensp; VS &ensp; ''' + str(int(num1)) + ''' &ensp; Human 👨👩 </p>'''
102
 
103
 
104
  num_tmp = max(num1, num2)