Spaces:
Runtime error
Runtime error
Update game1.py
Browse files
game1.py
CHANGED
@@ -250,8 +250,9 @@ 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   ''' + str(int(num2)) + '''   VS   ''' + str(int(num1)) + '''   Human π¨π© </p>'''
|
252 |
|
253 |
-
tot_scores = ''' #### <p style="text-align: center;"> Today's Scores:</p>
|
254 |
-
|
|
|
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   ''' + str(int(num2)) + '''   VS   ''' + str(int(num1)) + '''   Human π¨π© </p>'''
|
252 |
|
253 |
+
# tot_scores = ''' #### <p style="text-align: center;"> Today's Scores:</p>
|
254 |
+
# #### <p style="text-align: center;"> π€ Machine   <span style="color: red;">''' + str(int(num2)) + '''</span>   VS   <span style="color: red;">''' + str(int(num1)) + '''</span>   Human π </p>'''
|
255 |
+
tot_scores = ''' #### <p style="text-align: center;"> Today's Scores:     π€ Machine   <span style="color: red;">''' + str(int(num2)) + '''</span>   VS   <span style="color: red;">''' + str(int(num1)) + '''</span>   Human π </p>'''
|
256 |
|
257 |
# num_tmp = max(num1, num2)
|
258 |
# y_lim_upper = (int((num_tmp + 3)/10)+1) * 10
|