JRQi commited on
Commit
c77ff7d
1 Parent(s): d204dcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -65,7 +65,6 @@ 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=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 />
@@ -76,6 +75,8 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
76
  &rarr; Try to write a text that will trick it into the wrong decision<br />
77
  '''
78
  )
 
 
79
 
80
  with gr.Tab("Like or Dislike"):
81
  text_en = gr.Textbox(label="", value="en", visible=False)
 
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
  &rarr; 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"):
82
  text_en = gr.Textbox(label="", value="en", visible=False)