Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +5 -2
src/streamlit_app.py
CHANGED
@@ -190,7 +190,9 @@ Letβs build better evaluations for expert-level AI β together ππ€
|
|
190 |
"""
|
191 |
)
|
192 |
|
193 |
-
## π Citation
|
|
|
|
|
194 |
```bibtex
|
195 |
@article{ruan2025expertlongbench,
|
196 |
title={ExpertLongBench: Benchmarking Language Models on Expert-Level Long-Form Generation Tasks with Structured Checklists},
|
@@ -198,7 +200,8 @@ Letβs build better evaluations for expert-level AI β together ππ€
|
|
198 |
journal={arXiv preprint arXiv:2506.01241},
|
199 |
year={2025}
|
200 |
}
|
201 |
-
|
|
|
202 |
# # βββ Tabs ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
203 |
# tab1, tab2, tab3, tab4 = st.tabs(["π Leaderboard", "π Benchmark Details", "π€ Submit Your Model", "π§© Community Contributions Welcome"])
|
204 |
|
|
|
190 |
"""
|
191 |
)
|
192 |
|
193 |
+
st.markdown(## π Citation)
|
194 |
+
st.write(
|
195 |
+
"""
|
196 |
```bibtex
|
197 |
@article{ruan2025expertlongbench,
|
198 |
title={ExpertLongBench: Benchmarking Language Models on Expert-Level Long-Form Generation Tasks with Structured Checklists},
|
|
|
200 |
journal={arXiv preprint arXiv:2506.01241},
|
201 |
year={2025}
|
202 |
}
|
203 |
+
"""
|
204 |
+
)
|
205 |
# # βββ Tabs ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
206 |
# tab1, tab2, tab3, tab4 = st.tabs(["π Leaderboard", "π Benchmark Details", "π€ Submit Your Model", "π§© Community Contributions Welcome"])
|
207 |
|