Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,8 +24,8 @@ def reset_scores():
|
|
| 24 |
)
|
| 25 |
tot_scores = gr.Markdown(
|
| 26 |
'''
|
| 27 |
-
|
| 28 |
-
|
| 29 |
)
|
| 30 |
# scroe_human = ''' # Human: ''' + str(int(0))
|
| 31 |
# scroe_robot = ''' # Robot: ''' + str(int(0))
|
|
@@ -199,8 +199,8 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
| 199 |
# )
|
| 200 |
tot_scores_2 = gr.Markdown(
|
| 201 |
'''
|
| 202 |
-
|
| 203 |
-
|
| 204 |
)
|
| 205 |
with gr.Row():
|
| 206 |
with gr.Column(scale=2):
|
|
|
|
| 24 |
)
|
| 25 |
tot_scores = gr.Markdown(
|
| 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))
|
|
|
|
| 199 |
# )
|
| 200 |
tot_scores_2 = gr.Markdown(
|
| 201 |
'''
|
| 202 |
+
#### <p style="text-align: center;"> Today's Scores:</p>
|
| 203 |
+
#### <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>'''
|
| 204 |
)
|
| 205 |
with gr.Row():
|
| 206 |
with gr.Column(scale=2):
|