SiddharthAK commited on
Commit
a80190d
·
verified ·
1 Parent(s): d24dd3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -584,18 +584,15 @@ with gr.Blocks(title="SPLADE Demos", css=css) as demo:
584
  allow_flagging="never"
585
  )
586
 
587
- # --- ADDED CITATION HERE ---
588
  gr.Markdown(
589
  """
590
  ---
591
  ### References
592
 
593
- This demo utilizes **SPLADE-v3** models. For more details, please refer to the original paper:
594
 
595
- * **SPLADE-v3: New baselines for SPLADE**
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