Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -584,18 +584,15 @@ with gr.Blocks(title="SPLADE Demos", css=css) as demo:
|
|
584 |
allow_flagging="never"
|
585 |
)
|
586 |
|
587 |
-
# ---
|
588 |
gr.Markdown(
|
589 |
"""
|
590 |
---
|
591 |
### References
|
592 |
|
593 |
-
|
594 |
|
595 |
-
|
596 |
-
* Carlos Lassance, Hervé Déjean, Thibault Formal, Stéphane Clinchant
|
597 |
-
* arXiv preprint: [2403.06789](https://arxiv.org/abs/2403.06789) (2024)
|
598 |
-
* Licensed under Creative Commons Attribution Non Commercial Share Alike 4.0 International.
|
599 |
"""
|
600 |
)
|
601 |
|
|
|
584 |
allow_flagging="never"
|
585 |
)
|
586 |
|
587 |
+
# --- MODIFIED CITATION BLOCK ---
|
588 |
gr.Markdown(
|
589 |
"""
|
590 |
---
|
591 |
### References
|
592 |
|
593 |
+
1. Lassance, C., Déjean, H., Formal, T., & Clinchant, S. (2024). **SPLADE-v3: New baselines for SPLADE**. *arXiv preprint arXiv:2403.06789*. Available at: [https://arxiv.org/abs/2403.06789](https://arxiv.org/abs/2403.06789)
|
594 |
|
595 |
+
2. (Placeholder for your second reference) Example Author, B. (Year). **Title of Second Paper**. *Journal/Conference Name, Volume*(Issue), Pages. Available at: [https://example.com/second_paper](https://example.com/second_paper)
|
|
|
|
|
|
|
596 |
"""
|
597 |
)
|
598 |
|