Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
59 |
# ### Built by [ADD GroNLP logo here]
|
60 |
# '''
|
61 |
# )
|
62 |
-
gr.Image('logo.png', height=
|
63 |
placeholder = gr.Markdown(
|
64 |
'''
|
65 |
Are *humans* or *machines* better at understanding language?<br />
|
|
|
59 |
# ### Built by [ADD GroNLP logo here]
|
60 |
# '''
|
61 |
# )
|
62 |
+
gr.Image('logo.png', height=30, width=90, min_width=80, show_label=False, show_share_button=False, interactive=False, container=False)
|
63 |
placeholder = gr.Markdown(
|
64 |
'''
|
65 |
Are *humans* or *machines* better at understanding language?<br />
|