kleinay commited on
Commit
62ca88a
·
1 Parent(s): 077fdd6

space links

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ examples = [["The doctor was interested in Luke 's <predicate> treatment .", Tru
10
  input_sent_box_label = "Insert sentence here. Mark the predicate by adding the token '<p>' before it."
11
 
12
  links = """<p style='text-align: center'>
13
- <a href='https://www.qasrl.org' target='_blank'>QASRL Website</a>
14
  <a href='https://huggingface.co/spaces/kleinay/qanom-seq2seq-demo' target='_blank'>Model Repo at Huggingface Hub</a> |
15
  </p>"""
16
 
 
10
  input_sent_box_label = "Insert sentence here. Mark the predicate by adding the token '<p>' before it."
11
 
12
  links = """<p style='text-align: center'>
13
+ <a href='https://www.qasrl.org' target='_blank'>QASRL Website</a> |
14
  <a href='https://huggingface.co/spaces/kleinay/qanom-seq2seq-demo' target='_blank'>Model Repo at Huggingface Hub</a> |
15
  </p>"""
16