JRQi commited on
Commit
2c552bf
β€’
1 Parent(s): 686b10f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -22,11 +22,8 @@ def reset_scores():
22
  "Scores": [0, 0],
23
  }
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))
32
 
@@ -113,8 +110,8 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
113
  )
114
 
115
  tot_scores_1 = gr.Markdown(
116
- ''' #### <p style="text-align: center;"> Today's Scores:
117
- #### πŸ€– Machine &ensp; <span style="color: red;">''' + str(int(0)) + '''</span> &ensp; VS &ensp; <span style="color: red;">''' + str(int(0)) + '''</span> &ensp; Human πŸ™‹ </p>'''
118
  )
119
  with gr.Row():
120
  with gr.Column(scale=2):
 
22
  "Scores": [0, 0],
23
  }
24
  )
25
+ tot_scores_2 = ''' #### <p style="text-align: center;"> Today's Scores:</p>
26
+ #### <p style="text-align: center;"> πŸ€– Machine &ensp; <span style="color: red;">''' + str(int(0)) + '''</span> &ensp; VS &ensp; <span style="color: red;">''' + str(int(0)) + '''</span> &ensp; Human πŸ™‹ </p>'''
 
 
 
27
  # scroe_human = ''' # Human: ''' + str(int(0))
28
  # scroe_robot = ''' # Robot: ''' + str(int(0))
29
 
 
110
  )
111
 
112
  tot_scores_1 = gr.Markdown(
113
+ ''' #### <p style="text-align: center;"> Today's Scores:</p>
114
+ #### <p style="text-align: center;"> πŸ€– Machine &ensp; <span style="color: red;">''' + str(int(0)) + '''</span> &ensp; VS &ensp; <span style="color: red;">''' + str(int(0)) + '''</span> &ensp; Human πŸ™‹ </p>'''
115
  )
116
  with gr.Row():
117
  with gr.Column(scale=2):