Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
116 |
# #### <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>'''
|
117 |
# )
|
118 |
tot_scores_1 = gr.Markdown(
|
119 |
-
''' #### <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>'''
|
120 |
)
|
121 |
with gr.Row():
|
122 |
with gr.Column(scale=2):
|
@@ -192,7 +192,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
192 |
# #### <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>'''
|
193 |
# )
|
194 |
tot_scores_2 = gr.Markdown(
|
195 |
-
''' #### <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>'''
|
196 |
)
|
197 |
with gr.Row():
|
198 |
with gr.Column(scale=2):
|
|
|
116 |
# #### <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>'''
|
117 |
# )
|
118 |
tot_scores_1 = gr.Markdown(
|
119 |
+
''' #### <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>'''
|
120 |
)
|
121 |
with gr.Row():
|
122 |
with gr.Column(scale=2):
|
|
|
192 |
# #### <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>'''
|
193 |
# )
|
194 |
tot_scores_2 = gr.Markdown(
|
195 |
+
''' #### <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>'''
|
196 |
)
|
197 |
with gr.Row():
|
198 |
with gr.Column(scale=2):
|