Spaces:
Sleeping
Sleeping
Commit
Β·
ab6b305
1
Parent(s):
49b3735
Update app.py
Browse files
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 |
-
|
| 54 |
-
|
| 55 |
-
However, they sometimes make mistakes... and it's hard to know why!<br /><br />
|
| 56 |
|
| 57 |
-
|
| 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   ''' + str(int(0)) + '''   VS   ''' + str(int(0)) + '''   Human
|
| 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   ''' + str(int(0)) + '''   VS   ''' + str(int(0)) + '''   Human
|
| 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   ''' + str(int(0)) + '''   VS   ''' + str(int(0)) + '''   Human π </p>'''
|
| 112 |
)
|
| 113 |
|
| 114 |
gr.Markdown(
|
|
|
|
| 185 |
'''
|
| 186 |
)
|
| 187 |
tot_scores_2 = gr.Markdown(
|
| 188 |
+
''' ### <p style="text-align: center;"> π€ Machine   ''' + str(int(0)) + '''   VS   ''' + str(int(0)) + '''   Human π </p>'''
|
| 189 |
)
|
| 190 |
gr.Markdown(
|
| 191 |
''' ## Male or Female
|