Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,16 +55,14 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
| 55 |
#### Choose one of the tasks below ... and start to play!'''
|
| 56 |
)
|
| 57 |
with gr.Row():
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
with gr.Column():
|
| 59 |
with gr.Row():
|
| 60 |
-
placeholder = gr.Markdown(
|
| 61 |
-
'''
|
| 62 |
-
### Built by [ADD GroNLP logo here]
|
| 63 |
-
'''
|
| 64 |
-
)
|
| 65 |
-
with gr.Column():
|
| 66 |
-
with gr.Row():
|
| 67 |
-
#logo = gr.Image('logo.png', height=230, width=600, min_width=80, show_label=False, show_share_button=False, interactive=False, container=False)
|
| 68 |
placeholder = gr.Markdown(
|
| 69 |
'''
|
| 70 |
Are *humans* or *machines* better at understanding language?<br />
|
|
|
|
| 55 |
#### Choose one of the tasks below ... and start to play!'''
|
| 56 |
)
|
| 57 |
with gr.Row():
|
| 58 |
+
# gr.Markdown(
|
| 59 |
+
# '''
|
| 60 |
+
# ### Built by [ADD GroNLP logo here]
|
| 61 |
+
# '''
|
| 62 |
+
# )
|
| 63 |
+
gr.Image('logo.png', height=230, width=600, min_width=80, show_label=False, show_share_button=False, interactive=False, container=False)
|
| 64 |
with gr.Column():
|
| 65 |
with gr.Row():
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
placeholder = gr.Markdown(
|
| 67 |
'''
|
| 68 |
Are *humans* or *machines* better at understanding language?<br />
|