JRQi commited on
Commit
894c7a3
1 Parent(s): 73ccf41

Update game1.py

Browse files
Files changed (1) hide show
  1. game1.py +1 -1
game1.py CHANGED
@@ -226,7 +226,7 @@ def func1(lang_selected, num_selected, human_predict, num1, num2, user_important
226
  # )
227
  # scroe_human = ''' # Human: ''' + str(int(num1))
228
  # scroe_robot = ''' # Robot: ''' + str(int(num2))
229
- tot_scores = ''' ### <p style="text-align: center;"> Machine &ensp; ''' + str(int(num2)) + ''' &ensp; VS &ensp; ''' + str(int(num1)) + ''' &ensp; Human </p>'''
230
 
231
 
232
  num_tmp = max(num1, num2)
 
226
  # )
227
  # scroe_human = ''' # Human: ''' + str(int(num1))
228
  # scroe_robot = ''' # Robot: ''' + str(int(num2))
229
+ tot_scores = ''' ### <p style="text-align: center;"> 🤖 Machine &ensp; ''' + str(int(num2)) + ''' &ensp; VS &ensp; ''' + str(int(num1)) + ''' &ensp; Human 👨👩 </p>'''
230
 
231
 
232
  num_tmp = max(num1, num2)