JRQi commited on
Commit
434c239
β€’
1 Parent(s): a54af95

Update game1.py

Browse files
Files changed (1) hide show
  1. game1.py +4 -2
game1.py CHANGED
@@ -246,8 +246,10 @@ def func1(lang_selected, num_selected, human_predict, num1, num2, user_important
246
  # )
247
  # scroe_human = ''' # Human: ''' + str(int(num1))
248
  # scroe_robot = ''' # Robot: ''' + str(int(num2))
249
- tot_scores = ''' ### <p style="text-align: center;"> πŸ€– Machine &ensp; ''' + str(int(num2)) + ''' &ensp; VS &ensp; ''' + str(int(num1)) + ''' &ensp; Human πŸ‘¨πŸ‘© </p>'''
250
-
 
 
251
 
252
  # num_tmp = max(num1, num2)
253
  # y_lim_upper = (int((num_tmp + 3)/10)+1) * 10
 
246
  # )
247
  # scroe_human = ''' # Human: ''' + str(int(num1))
248
  # scroe_robot = ''' # Robot: ''' + str(int(num2))
249
+ # tot_scores = ''' ### <p style="text-align: center;"> πŸ€– Machine &ensp; ''' + str(int(num2)) + ''' &ensp; VS &ensp; ''' + str(int(num1)) + ''' &ensp; Human πŸ‘¨πŸ‘© </p>'''
250
+ tot_scores = '''
251
+ ### <p style="text-align: center;"> Today's Scores:</p>
252
+ ### <p style="text-align: center;"> πŸ€– Machine &ensp; <span style="color: red;">''' + str(int(num2)) + '''</span> &ensp; VS &ensp; <span style="color: green;">''' + str(int(num1)) + '''</span> &ensp; Human πŸ™‹ </p>'''
253
 
254
  # num_tmp = max(num1, num2)
255
  # y_lim_upper = (int((num_tmp + 3)/10)+1) * 10