relik-ie commited on
Commit
8b7e9f0
1 Parent(s): 7d340b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -21,7 +21,7 @@ from relik.retriever.indexers.base import BaseDocumentIndex
21
 
22
  LOGO = """
23
  <div style="text-align: center; display: flex; flex-direction: column; align-items: center;">
24
- <img src="https://cdn-uploads.huggingface.co/production/uploads/5f0b462819cb630495b814d7/NJPRSmlwi6sY1qQEIcgRV.png" style="max-width: 850px; height: auto;">
25
  </div>
26
  """
27
 
@@ -29,7 +29,7 @@ DESCRIPTION = """
29
  <div style="display:flex; justify-content: center; align-items: center; flex-direction: row;">
30
  <a href="https://2024.aclweb.org/"><img src="http://img.shields.io/badge/ACL-2024-4b44ce.svg"></a> &nbsp; &nbsp;
31
  <a href="https://aclanthology.org/"><img src="http://img.shields.io/badge/paper-ACL--anthology-B31B1B.svg"></a> &nbsp; &nbsp;
32
- <a href="https://arxiv.org/abs/placeholder"><img src="https://img.shields.io/badge/arXiv-placeholder-b31b1b.svg"></a>
33
  </div>
34
  <br>
35
  <div style="display:flex; justify-content: center; align-items: center; flex-direction: row;">
@@ -57,7 +57,7 @@ DESCRIPTION = """
57
  <a href="https://riccardorlando.xyz/" style="color: #919191;" target="_blank">Riccardo Orlando</a>,
58
  <a href="https://littlepea13.github.io/" style="color: #919191;" target="_blank">Pere-Lluís Huguet Cabot</a>,
59
  <a href="https://edobobo.github.io/" style="color: #919191;" target="_blank">Edoardo Barba</a>,
60
- and <a href="https://www.diag.uniroma1.it/navigli/" style="color: #919191;" target="_blank">Roberto Navigli</a>,
61
  </span>
62
  <h2>
63
  </div>
 
21
 
22
  LOGO = """
23
  <div style="text-align: center; display: flex; flex-direction: column; align-items: center;">
24
+ <img src="https://github.com/SapienzaNLP/relik/blob/main/relik.png?raw=true" style="max-width: 850px; height: auto;">
25
  </div>
26
  """
27
 
 
29
  <div style="display:flex; justify-content: center; align-items: center; flex-direction: row;">
30
  <a href="https://2024.aclweb.org/"><img src="http://img.shields.io/badge/ACL-2024-4b44ce.svg"></a> &nbsp; &nbsp;
31
  <a href="https://aclanthology.org/"><img src="http://img.shields.io/badge/paper-ACL--anthology-B31B1B.svg"></a> &nbsp; &nbsp;
32
+ <a href="https://arxiv.org/abs/2408.00103"><img src="https://img.shields.io/badge/arXiv-2408.00103-b31b1b.svg"></a>
33
  </div>
34
  <br>
35
  <div style="display:flex; justify-content: center; align-items: center; flex-direction: row;">
 
57
  <a href="https://riccardorlando.xyz/" style="color: #919191;" target="_blank">Riccardo Orlando</a>,
58
  <a href="https://littlepea13.github.io/" style="color: #919191;" target="_blank">Pere-Lluís Huguet Cabot</a>,
59
  <a href="https://edobobo.github.io/" style="color: #919191;" target="_blank">Edoardo Barba</a>,
60
+ and <a href="https://www.diag.uniroma1.it/navigli/" style="color: #919191;" target="_blank">Roberto Navigli</a>
61
  </span>
62
  <h2>
63
  </div>