arianna-bis commited on
Commit
4455407
1 Parent(s): 38cd199

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -117,8 +117,8 @@ with gr.Blocks(theme=theme) as demo:
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 &ensp; <span style="color: red;">''' + str(int(0)) + '''</span> &ensp; VS &ensp; <span style="color: green;">''' + str(int(0)) + '''</span> &ensp; Human 🙋 </p>'''
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 &ensp; <span style="color: red;">''' + str(int(0)) + '''</span> &ensp; VS &ensp; <span style="color: green;">''' + str(int(0)) + '''</span> &ensp; Human 🙋 </p>'''
122
  )
123
  with gr.Row():
124
  with gr.Column(scale=2):