Spaces:
Runtime error
Runtime error
Update game3.py
Browse files
game3.py
CHANGED
@@ -98,7 +98,7 @@ def func3(num_selected, human_predict, num1, num2, user_important):
|
|
98 |
chatbot.append(("The correct answer is " + str(golden_label) + gender + ". Sorry.. AI wins in this round.", user_select))
|
99 |
num2 += 1
|
100 |
|
101 |
-
tot_scores = ''' ### <p style="text-align: center;"> Machine   ''' + str(int(num2)) + '''   VS   ''' + str(int(num1)) + '''   Human </p>'''
|
102 |
|
103 |
|
104 |
num_tmp = max(num1, num2)
|
|
|
98 |
chatbot.append(("The correct answer is " + str(golden_label) + gender + ". Sorry.. AI wins in this round.", user_select))
|
99 |
num2 += 1
|
100 |
|
101 |
+
tot_scores = ''' ### <p style="text-align: center;"> 🤖 Machine   ''' + str(int(num2)) + '''   VS   ''' + str(int(num1)) + '''   Human 👨👩 </p>'''
|
102 |
|
103 |
|
104 |
num_tmp = max(num1, num2)
|