Spaces:
Runtime error
Runtime error
Update game1.py
Browse files
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   ''' + str(int(num2)) + '''   VS   ''' + str(int(num1)) + '''   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   ''' + str(int(num2)) + '''   VS   ''' + str(int(num1)) + '''   Human 👨👩 </p>'''
|
230 |
|
231 |
|
232 |
num_tmp = max(num1, num2)
|