Spaces:
Sleeping
Sleeping
Commit
·
16355ea
1
Parent(s):
f2c0f86
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,13 +107,15 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
| 107 |
* Step 3: Check the word highlighting to understand how AI made its decision.
|
| 108 |
'''
|
| 109 |
)
|
| 110 |
-
gr.Markdown(
|
| 111 |
-
''' ## Today's Scores
|
| 112 |
-
'''
|
| 113 |
-
)
|
| 114 |
|
| 115 |
tot_scores_1 = gr.Markdown(
|
| 116 |
-
'''
|
|
|
|
|
|
|
| 117 |
)
|
| 118 |
with gr.Row():
|
| 119 |
with gr.Column(scale=2):
|
|
|
|
| 107 |
* Step 3: Check the word highlighting to understand how AI made its decision.
|
| 108 |
'''
|
| 109 |
)
|
| 110 |
+
#gr.Markdown(
|
| 111 |
+
#''' ## Today's Scores
|
| 112 |
+
#'''
|
| 113 |
+
#)
|
| 114 |
|
| 115 |
tot_scores_1 = gr.Markdown(
|
| 116 |
+
'''
|
| 117 |
+
### <p style="text-align: center;"> Today's Scores:</p>
|
| 118 |
+
### <p style="text-align: center;"> 🤖 Machine   <span class="redText">''' + str(int(0)) + '''</span>   VS   ''' + str(int(0)) + '''   Human 🙋 </p>'''
|
| 119 |
)
|
| 120 |
with gr.Row():
|
| 121 |
with gr.Column(scale=2):
|