Spaces:
Sleeping
Sleeping
Commit
Β·
4e72ae3
1
Parent(s):
32ab445
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,7 +115,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
| 115 |
# #### <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>'''
|
| 116 |
# )
|
| 117 |
tot_scores_1 = gr.Markdown(
|
| 118 |
-
''' #### <p style="text-align: center;"> Today's
|
| 119 |
)
|
| 120 |
with gr.Row():
|
| 121 |
with gr.Column(scale=2):
|
|
@@ -191,7 +191,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
| 191 |
# #### <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>'''
|
| 192 |
# )
|
| 193 |
tot_scores_2 = gr.Markdown(
|
| 194 |
-
''' #### <p style="text-align: center;"> Today's
|
| 195 |
)
|
| 196 |
with gr.Row():
|
| 197 |
with gr.Column(scale=2):
|
|
|
|
| 115 |
# #### <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>'''
|
| 116 |
# )
|
| 117 |
tot_scores_1 = gr.Markdown(
|
| 118 |
+
''' #### <p style="text-align: center;"> Today's scores:   π€ Machine   <span style="color: red;">''' + str(int(0)) + '''</span>   VS   <span style="color: red;">''' + str(int(0)) + '''</span>   Human π </p>'''
|
| 119 |
)
|
| 120 |
with gr.Row():
|
| 121 |
with gr.Column(scale=2):
|
|
|
|
| 191 |
# #### <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>'''
|
| 192 |
# )
|
| 193 |
tot_scores_2 = gr.Markdown(
|
| 194 |
+
''' #### <p style="text-align: center;"> Today's scores:   π€ Machine   <span style="color: red;">''' + str(int(0)) + '''</span>   VS   <span style="color: red;">''' + str(int(0)) + '''</span>   Human π </p>'''
|
| 195 |
)
|
| 196 |
with gr.Row():
|
| 197 |
with gr.Column(scale=2):
|