Spaces:
Sleeping
Sleeping
Commit
·
45cf8e6
1
Parent(s):
2eb1461
Update app.py
Browse files
app.py
CHANGED
@@ -70,12 +70,14 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
70 |
with gr.Column(scale=1):
|
71 |
#logo = gr.Image('logo.png', height=230, width=600, min_width=80, show_label=False, show_share_button=False, interactive=False, container=False)
|
72 |
placeholder = gr.Markdown(
|
|
|
73 |
Are *humans* or *machines* better at understanding language?<br />
|
74 |
→ Play a game against AI to find out!<br />
|
75 |
Does AI think like you or not at all?<br />
|
76 |
→ Check out the color highlighting to see which parts of the sentence are more important for the machine.<br />
|
77 |
Can you outsmart the AI?<br />
|
78 |
→ Try to write a text that will trick it into the wrong decision<br /><br />
|
|
|
79 |
)
|
80 |
|
81 |
with gr.Tab("Like or Dislike"):
|
|
|
70 |
with gr.Column(scale=1):
|
71 |
#logo = gr.Image('logo.png', height=230, width=600, min_width=80, show_label=False, show_share_button=False, interactive=False, container=False)
|
72 |
placeholder = gr.Markdown(
|
73 |
+
'''
|
74 |
Are *humans* or *machines* better at understanding language?<br />
|
75 |
→ Play a game against AI to find out!<br />
|
76 |
Does AI think like you or not at all?<br />
|
77 |
→ Check out the color highlighting to see which parts of the sentence are more important for the machine.<br />
|
78 |
Can you outsmart the AI?<br />
|
79 |
→ Try to write a text that will trick it into the wrong decision<br /><br />
|
80 |
+
'''
|
81 |
)
|
82 |
|
83 |
with gr.Tab("Like or Dislike"):
|