JRQi commited on
Commit
316eddd
β€’
1 Parent(s): 6f6cf8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -110,9 +110,12 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
110
  '''
111
  )
112
 
 
 
 
 
113
  tot_scores_1 = gr.Markdown(
114
- ''' #### <p style="text-align: center;"> Today's Scores:</p>
115
- #### <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>'''
116
  )
117
  with gr.Row():
118
  with gr.Column(scale=2):
 
110
  '''
111
  )
112
 
113
+ # tot_scores_1 = gr.Markdown(
114
+ # ''' #### <p style="text-align: center;"> Today's Scores:</p>
115
+ # #### <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>'''
116
+ # )
117
  tot_scores_1 = gr.Markdown(
118
+ ''' #### <p style="text-align: center;"> Today's Scores: πŸ€– Machine &ensp; <span style="color: red;">''' + str(int(0)) + '''</span> &ensp; VS &ensp; <span style="color: red;">''' + str(int(0)) + '''</span> &ensp; Human πŸ™‹ </p>'''
 
119
  )
120
  with gr.Row():
121
  with gr.Column(scale=2):