Spaces:
Runtime error
Runtime error
arianna-bis
commited on
Commit
•
170a3e6
1
Parent(s):
baa5bbf
Update app.py
Browse files
app.py
CHANGED
@@ -48,9 +48,9 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
48 |
|
49 |
with gr.Row():
|
50 |
placeholder = gr.Markdown(
|
51 |
-
''' ## Welcome to the Language Model Explanation Challenge!
|
52 |
#### Language Models are powerful AI tools to understand and generate human language.<br />
|
53 |
-
#### However, they sometimes make mistakes... and it's hard to know why!<br
|
54 |
#### Choose one of the tasks below ... and start to play!'''
|
55 |
)
|
56 |
with gr.Row():
|
@@ -58,7 +58,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
58 |
with gr.Row():
|
59 |
placeholder = gr.Markdown(
|
60 |
'''
|
61 |
-
|
62 |
'''
|
63 |
)
|
64 |
with gr.Column():
|
|
|
48 |
|
49 |
with gr.Row():
|
50 |
placeholder = gr.Markdown(
|
51 |
+
''' ## Welcome to the Language Model Explanation Challenge! <br />
|
52 |
#### Language Models are powerful AI tools to understand and generate human language.<br />
|
53 |
+
#### However, they sometimes make mistakes... and it's hard to know why!<br />
|
54 |
#### Choose one of the tasks below ... and start to play!'''
|
55 |
)
|
56 |
with gr.Row():
|
|
|
58 |
with gr.Row():
|
59 |
placeholder = gr.Markdown(
|
60 |
'''
|
61 |
+
### Built by [ADD GroNLP logo here]
|
62 |
'''
|
63 |
)
|
64 |
with gr.Column():
|