arianna-bis commited on
Commit
6d0928a
β€’
1 Parent(s): 7e02446

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -193,8 +193,8 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
193
  # ''' ### <p style="text-align: center;"> πŸ€– Machine &ensp; ''' + str(int(0)) + ''' &ensp; VS &ensp; ''' + str(int(0)) + ''' &ensp; Human πŸ™‹ </p>'''
194
  # )
195
  tot_scores_2 = gr.Markdown(
196
- ''' #### <p style="text-align: center;"> Today's Scores:
197
- #### πŸ€– Machine &ensp; <span style="color: red;">''' + str(int(0)) + '''</span> &ensp; VS &ensp; <span style="color: red;">''' + str(int(0)) + '''</span> &ensp; Human πŸ™‹ </p>'''
198
  )
199
  with gr.Row():
200
  with gr.Column(scale=2):
 
193
  # ''' ### <p style="text-align: center;"> πŸ€– Machine &ensp; ''' + str(int(0)) + ''' &ensp; VS &ensp; ''' + str(int(0)) + ''' &ensp; Human πŸ™‹ </p>'''
194
  # )
195
  tot_scores_2 = gr.Markdown(
196
+ ''' #### <p style="text-align: center;"> Today's Scores:</p>
197
+ #### <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>'''
198
  )
199
  with gr.Row():
200
  with gr.Column(scale=2):