JRQi commited on
Commit
ba74656
β€’
1 Parent(s): 967fa1e

Update game1.py

Browse files
Files changed (1) hide show
  1. game1.py +2 -2
game1.py CHANGED
@@ -250,8 +250,8 @@ def func1(lang_selected, num_selected, human_predict, num1, num2, user_important
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
 
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