Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,11 +22,8 @@ def reset_scores():
|
|
| 22 |
"Scores": [0, 0],
|
| 23 |
}
|
| 24 |
)
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
#### <p style="text-align: center;"> Today's Scores:</p>
|
| 28 |
-
#### <p style="text-align: center;"> π€ Machine   <span style="color: red;">''' + str(int(0)) + '''</span>   VS   <span style="color: green;">''' + str(int(0)) + '''</span>   Human π </p>'''
|
| 29 |
-
)
|
| 30 |
# scroe_human = ''' # Human: ''' + str(int(0))
|
| 31 |
# scroe_robot = ''' # Robot: ''' + str(int(0))
|
| 32 |
|
|
@@ -113,8 +110,8 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
| 113 |
)
|
| 114 |
|
| 115 |
tot_scores_1 = gr.Markdown(
|
| 116 |
-
''' #### <p style="text-align: center;"> Today's Scores
|
| 117 |
-
#### π€ Machine   <span style="color: red;">''' + str(int(0)) + '''</span>   VS   <span style="color: red;">''' + str(int(0)) + '''</span>   Human π </p>'''
|
| 118 |
)
|
| 119 |
with gr.Row():
|
| 120 |
with gr.Column(scale=2):
|
|
|
|
| 22 |
"Scores": [0, 0],
|
| 23 |
}
|
| 24 |
)
|
| 25 |
+
tot_scores_2 = ''' #### <p style="text-align: center;"> Today's Scores:</p>
|
| 26 |
+
#### <p style="text-align: center;"> π€ Machine   <span style="color: red;">''' + str(int(0)) + '''</span>   VS   <span style="color: red;">''' + str(int(0)) + '''</span>   Human π </p>'''
|
|
|
|
|
|
|
|
|
|
| 27 |
# scroe_human = ''' # Human: ''' + str(int(0))
|
| 28 |
# scroe_robot = ''' # Robot: ''' + str(int(0))
|
| 29 |
|
|
|
|
| 110 |
)
|
| 111 |
|
| 112 |
tot_scores_1 = gr.Markdown(
|
| 113 |
+
''' #### <p style="text-align: center;"> Today's Scores:</p>
|
| 114 |
+
#### <p style="text-align: center;"> π€ Machine   <span style="color: red;">''' + str(int(0)) + '''</span>   VS   <span style="color: red;">''' + str(int(0)) + '''</span>   Human π </p>'''
|
| 115 |
)
|
| 116 |
with gr.Row():
|
| 117 |
with gr.Column(scale=2):
|