Spaces:
Runtime error
Runtime error
Update game3.py
Browse files
game3.py
CHANGED
@@ -102,9 +102,10 @@ def func3(num_selected, human_predict, num1, num2, user_important):
|
|
102 |
|
103 |
# tot_scores = ''' ### <p style="text-align: center;"> π€ Machine   ''' + str(int(num2)) + '''   VS   ''' + str(int(num1)) + '''   Human π¨π© </p>'''
|
104 |
|
105 |
-
tot_scores = ''' #### <p style="text-align: center;"> Today's Scores:</p>
|
106 |
-
|
107 |
-
|
|
|
108 |
return ai_predict, chatbot, num1, num2, tot_scores
|
109 |
|
110 |
def interpre3(num_selected):
|
|
|
102 |
|
103 |
# tot_scores = ''' ### <p style="text-align: center;"> π€ Machine   ''' + str(int(num2)) + '''   VS   ''' + str(int(num1)) + '''   Human π¨π© </p>'''
|
104 |
|
105 |
+
# tot_scores = ''' #### <p style="text-align: center;"> Today's Scores:</p>
|
106 |
+
# #### <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>'''
|
107 |
+
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>'''
|
108 |
+
|
109 |
return ai_predict, chatbot, num1, num2, tot_scores
|
110 |
|
111 |
def interpre3(num_selected):
|