Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,6 +65,8 @@ 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 |
placeholder = gr.Markdown(
|
69 |
'''
|
70 |
Are *humans* or *machines* better at understanding language?<br />
|
@@ -75,7 +77,6 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
75 |
→ Try to write a text that will trick it into the wrong decision<br />
|
76 |
'''
|
77 |
)
|
78 |
-
gr.Image('logo.png', height=50, width=700, min_width=80, show_label=False, show_share_button=False, interactive=False, container=False)
|
79 |
|
80 |
|
81 |
with gr.Tab("Like or Dislike"):
|
|
|
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 |
+
|
70 |
placeholder = gr.Markdown(
|
71 |
'''
|
72 |
Are *humans* or *machines* better at understanding language?<br />
|
|
|
77 |
→ Try to write a text that will trick it into the wrong decision<br />
|
78 |
'''
|
79 |
)
|
|
|
80 |
|
81 |
|
82 |
with gr.Tab("Like or Dislike"):
|