Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
65 |
# ### Built by [ADD GroNLP logo here]
|
66 |
# '''
|
67 |
# )
|
68 |
-
gr.Image('logo.png', height=
|
69 |
placeholder = gr.Markdown(
|
70 |
'''
|
71 |
Are *humans* or *machines* better at understanding language?<br />
|
|
|
65 |
# ### Built by [ADD GroNLP logo here]
|
66 |
# '''
|
67 |
# )
|
68 |
+
gr.Image('logo.png', height=50, width=700, min_width=80, show_label=False, show_share_button=False, interactive=False, container=False)
|
69 |
placeholder = gr.Markdown(
|
70 |
'''
|
71 |
Are *humans* or *machines* better at understanding language?<br />
|