arianna-bis commited on
Commit
16355ea
1 Parent(s): f2c0f86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
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
- ''' ### <p style="text-align: center;"> 🤖 Machine &ensp; ''' + str(int(0)) + ''' &ensp; VS &ensp; ''' + str(int(0)) + ''' &ensp; Human 🙋 </p>'''
 
 
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 &ensp; <span class="redText">''' + str(int(0)) + '''</span> &ensp; VS &ensp; ''' + str(int(0)) + ''' &ensp; Human 🙋 </p>'''
119
  )
120
  with gr.Row():
121
  with gr.Column(scale=2):