Update app.py
Browse files
app.py
CHANGED
@@ -5,11 +5,11 @@ import streamlit as st
|
|
5 |
CITATION_BUTTON_LABEL = "馃摍 Citation"
|
6 |
CITATION_NOTE_TEXT = "If you use this resource, please cite it as:"
|
7 |
CITATION_BIB_TEXT = """
|
8 |
-
@
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
}
|
14 |
"""
|
15 |
|
|
|
5 |
CITATION_BUTTON_LABEL = "馃摍 Citation"
|
6 |
CITATION_NOTE_TEXT = "If you use this resource, please cite it as:"
|
7 |
CITATION_BIB_TEXT = """
|
8 |
+
@article{zhao2024workflows,
|
9 |
+
title={On the Workflows and Smells of Leaderboard Operations (LBOps): An Exploratory Study of Foundation Model Leaderboards},
|
10 |
+
author={Zhimin Zhao and Abdul Ali Bangash and Filipe Roseiro C么go and Bram Adams and Ahmed E. Hassan},
|
11 |
+
journal={arXiv preprint arXiv:2407.04065},
|
12 |
+
year={2024},
|
13 |
}
|
14 |
"""
|
15 |
|