JieRuan commited on
Commit
443955a
Β·
verified Β·
1 Parent(s): c46f5d5

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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