Spaces:
Runtime error
Runtime error
arianna-bis
commited on
Commit
β’
6d0928a
1
Parent(s):
7e02446
Update app.py
Browse files
app.py
CHANGED
@@ -193,8 +193,8 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
193 |
# ''' ### <p style="text-align: center;"> π€ Machine   ''' + str(int(0)) + '''   VS   ''' + str(int(0)) + '''   Human π </p>'''
|
194 |
# )
|
195 |
tot_scores_2 = gr.Markdown(
|
196 |
-
''' #### <p style="text-align: center;"> Today's Scores
|
197 |
-
#### π€ Machine   <span style="color: red;">''' + str(int(0)) + '''</span>   VS   <span style="color: red;">''' + str(int(0)) + '''</span>   Human π </p>'''
|
198 |
)
|
199 |
with gr.Row():
|
200 |
with gr.Column(scale=2):
|
|
|
193 |
# ''' ### <p style="text-align: center;"> π€ Machine   ''' + str(int(0)) + '''   VS   ''' + str(int(0)) + '''   Human π </p>'''
|
194 |
# )
|
195 |
tot_scores_2 = gr.Markdown(
|
196 |
+
''' #### <p style="text-align: center;"> Today's Scores:</p>
|
197 |
+
#### <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>'''
|
198 |
)
|
199 |
with gr.Row():
|
200 |
with gr.Column(scale=2):
|