arianna-bis commited on
Commit
ab6b305
β€’
1 Parent(s): 49b3735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -8
app.py CHANGED
@@ -50,13 +50,10 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
50
  #with gr.Column():
51
  placeholder = gr.Markdown(
52
  ''' ## Welcome to the Language Model Explanation Challenge!
53
- <font size="2">
54
- Language Models (LMs) are powerful AI tools to understand and generate human language.<br />
55
- However, they sometimes make mistakes... and it's hard to know why!<br /><br />
56
 
57
- Choose one of the tasks below ... and start to play!
58
- </font>
59
-
60
  '''
61
 
62
  #* **Like or Dislike** provides a movie/food/book review. You (and AI) are required to guess its score.
@@ -111,7 +108,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
111
  )
112
 
113
  tot_scores_1 = gr.Markdown(
114
- ''' ### <p style="text-align: center;"> πŸ€– Machine &ensp; ''' + str(int(0)) + ''' &ensp; VS &ensp; ''' + str(int(0)) + ''' &ensp; Human πŸ‘¨πŸ‘© </p>'''
115
  )
116
 
117
  gr.Markdown(
@@ -188,7 +185,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
188
  '''
189
  )
190
  tot_scores_2 = gr.Markdown(
191
- ''' ### <p style="text-align: center;"> πŸ€– Machine &ensp; ''' + str(int(0)) + ''' &ensp; VS &ensp; ''' + str(int(0)) + ''' &ensp; Human πŸ‘¨πŸ‘© </p>'''
192
  )
193
  gr.Markdown(
194
  ''' ## Male or Female
 
50
  #with gr.Column():
51
  placeholder = gr.Markdown(
52
  ''' ## Welcome to the Language Model Explanation Challenge!
53
+ ###### Language Models (LMs) are powerful AI tools to understand and generate human language.<br />
54
+ ###### However, they sometimes make mistakes... and it's hard to know why!<br /><br />
 
55
 
56
+ ###### Choose one of the tasks below ... and start to play!
 
 
57
  '''
58
 
59
  #* **Like or Dislike** provides a movie/food/book review. You (and AI) are required to guess its score.
 
108
  )
109
 
110
  tot_scores_1 = gr.Markdown(
111
+ ''' ### <p style="text-align: center;"> πŸ€– Machine &ensp; ''' + str(int(0)) + ''' &ensp; VS &ensp; ''' + str(int(0)) + ''' &ensp; Human πŸ™‹ </p>'''
112
  )
113
 
114
  gr.Markdown(
 
185
  '''
186
  )
187
  tot_scores_2 = gr.Markdown(
188
+ ''' ### <p style="text-align: center;"> πŸ€– Machine &ensp; ''' + str(int(0)) + ''' &ensp; VS &ensp; ''' + str(int(0)) + ''' &ensp; Human πŸ™‹ </p>'''
189
  )
190
  gr.Markdown(
191
  ''' ## Male or Female