JRQi commited on
Commit
1002ef8
β€’
1 Parent(s): 2c552bf

Update game1.py

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