JRQi commited on
Commit
967fa1e
β€’
1 Parent(s): e7af507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -24,8 +24,8 @@ def reset_scores():
24
  )
25
  tot_scores = gr.Markdown(
26
  '''
27
- ### <p style="text-align: center;"> Today's Scores:</p>
28
- ### <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>'''
29
  )
30
  # scroe_human = ''' # Human: ''' + str(int(0))
31
  # scroe_robot = ''' # Robot: ''' + str(int(0))
@@ -199,8 +199,8 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
199
  # )
200
  tot_scores_2 = gr.Markdown(
201
  '''
202
- ### <p style="text-align: center;"> Today's Scores:</p>
203
- ### <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>'''
204
  )
205
  with gr.Row():
206
  with gr.Column(scale=2):
 
24
  )
25
  tot_scores = gr.Markdown(
26
  '''
27
+ #### <p style="text-align: center;"> Today's Scores:</p>
28
+ #### <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>'''
29
  )
30
  # scroe_human = ''' # Human: ''' + str(int(0))
31
  # scroe_robot = ''' # Robot: ''' + str(int(0))
 
199
  # )
200
  tot_scores_2 = gr.Markdown(
201
  '''
202
+ #### <p style="text-align: center;"> Today's Scores:</p>
203
+ #### <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>'''
204
  )
205
  with gr.Row():
206
  with gr.Column(scale=2):