Spaces:
Running
Running
Commit
·
4b9d0d7
1
Parent(s):
4daeee8
Update app.py
Browse files
app.py
CHANGED
@@ -46,20 +46,20 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
46 |
num3 = gr.Number(value=0, container=False, show_label=False, visible=False)
|
47 |
num4 = gr.Number(value=0, container=False, show_label=False, visible=False)
|
48 |
|
49 |
-
placeholder = gr.Markdown(
|
50 |
-
''' ## Welcome to the Language Model Explanation Challenge! '''
|
51 |
-
)
|
52 |
with gr.Row():
|
53 |
-
|
|
|
|
|
|
|
|
|
54 |
placeholder = gr.Markdown(
|
55 |
-
'''
|
56 |
#### Language Models are powerful AI tools to understand and generate human language.<br />
|
57 |
#### However, they sometimes make mistakes... and it's hard to know why!<br /><br />
|
58 |
#### Choose one of the tasks below ... and start to play!
|
59 |
'''
|
60 |
-
|
61 |
)
|
62 |
-
with gr.Column(
|
63 |
#logo = gr.Image('logo.png', height=230, width=600, min_width=80, show_label=False, show_share_button=False, interactive=False, container=False)
|
64 |
placeholder = gr.Markdown(
|
65 |
'''
|
|
|
46 |
num3 = gr.Number(value=0, container=False, show_label=False, visible=False)
|
47 |
num4 = gr.Number(value=0, container=False, show_label=False, visible=False)
|
48 |
|
|
|
|
|
|
|
49 |
with gr.Row():
|
50 |
+
placeholder = gr.Markdown(
|
51 |
+
''' ## Welcome to the Language Model Explanation Challenge! '''
|
52 |
+
)
|
53 |
+
with gr.Row():
|
54 |
+
with gr.Column():
|
55 |
placeholder = gr.Markdown(
|
56 |
+
'''
|
57 |
#### Language Models are powerful AI tools to understand and generate human language.<br />
|
58 |
#### However, they sometimes make mistakes... and it's hard to know why!<br /><br />
|
59 |
#### Choose one of the tasks below ... and start to play!
|
60 |
'''
|
|
|
61 |
)
|
62 |
+
with gr.Column():
|
63 |
#logo = gr.Image('logo.png', height=230, width=600, min_width=80, show_label=False, show_share_button=False, interactive=False, container=False)
|
64 |
placeholder = gr.Markdown(
|
65 |
'''
|