Spaces:
Runtime error
Runtime error
arianna-bis
commited on
Commit
•
447014b
1
Parent(s):
ab6b305
Update app.py
Browse files
app.py
CHANGED
@@ -50,10 +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 |
|
56 |
-
|
57 |
'''
|
58 |
|
59 |
#* **Like or Dislike** provides a movie/food/book review. You (and AI) are required to guess its score.
|
|
|
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.
|