sheonhan commited on
Commit
d06dc21
1 Parent(s): 2a73469

Fix bibtex

Browse files
Files changed (1) hide show
  1. content.py +2 -1
content.py CHANGED
@@ -58,6 +58,7 @@ CITATION_BUTTON_TEXT = r"""@misc{open-llm-leaderboard,
58
  title = {Open LLM Leaderboard},
59
  year = {2023},
60
  publisher = {Hugging Face},
61
- howpublished = "{\url{https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard}"}
 
62
  }"""
63
 
58
  title = {Open LLM Leaderboard},
59
  year = {2023},
60
  publisher = {Hugging Face},
61
+ howpublished = "\url{https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard}"
62
+
63
  }"""
64