Spaces:
Runtime error
Runtime error
arianna-bis
commited on
Commit
•
4455407
1
Parent(s):
38cd199
Update app.py
Browse files
app.py
CHANGED
@@ -117,8 +117,8 @@ with gr.Blocks(theme=theme) as demo:
|
|
117 |
|
118 |
tot_scores_1 = gr.Markdown(
|
119 |
'''
|
120 |
-
|
121 |
-
|
122 |
)
|
123 |
with gr.Row():
|
124 |
with gr.Column(scale=2):
|
|
|
117 |
|
118 |
tot_scores_1 = gr.Markdown(
|
119 |
'''
|
120 |
+
#### <p style="text-align: center;"> Today's Scores:</p>
|
121 |
+
#### <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>'''
|
122 |
)
|
123 |
with gr.Row():
|
124 |
with gr.Column(scale=2):
|