JRQi commited on
Commit
ee7081d
β€’
1 Parent(s): 927e189

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -8
app.py CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
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: &ensp; πŸ€– 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):
@@ -186,16 +186,12 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
186
  - Step 3: Check the word highlighting to understand how AI made its decision.
187
  '''
188
  )
189
- # gr.Markdown(
190
- # ''' ## Today's Scores
191
- # '''
192
- # )
193
  # tot_scores_2 = gr.Markdown(
194
- # ''' ### <p style="text-align: center;"> πŸ€– Machine &ensp; ''' + str(int(0)) + ''' &ensp; VS &ensp; ''' + str(int(0)) + ''' &ensp; Human πŸ™‹ </p>'''
 
195
  # )
196
  tot_scores_2 = gr.Markdown(
197
- ''' #### <p style="text-align: center;"> Today's Scores:</p>
198
- #### <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>'''
199
  )
200
  with gr.Row():
201
  with gr.Column(scale=2):
 
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: &ensp; &ensp; πŸ€– 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):
 
186
  - Step 3: Check the word highlighting to understand how AI made its decision.
187
  '''
188
  )
 
 
 
 
189
  # tot_scores_2 = gr.Markdown(
190
+ # ''' #### <p style="text-align: center;"> Today's Scores:</p>
191
+ # #### <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>'''
192
  # )
193
  tot_scores_2 = gr.Markdown(
194
+ ''' #### <p style="text-align: center;"> Today's Scores: &ensp; &ensp; πŸ€– Machine &ensp; <span style="color: red;">''' + str(int(0)) + '''</span> &ensp; VS &ensp; <span style="color: red;">''' + str(int(0)) + '''</span> &ensp; Human πŸ™‹ </p>'''
 
195
  )
196
  with gr.Row():
197
  with gr.Column(scale=2):