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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
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):
 
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 style="color: red;">''' + str(int(0)) + '''</span> &ensp; VS &ensp; ''' + str(int(0)) + ''' &ensp; Human 🙋 </p>'''
119
  )
120
  with gr.Row():
121
  with gr.Column(scale=2):