shezamunir commited on
Commit
901e92c
Β·
verified Β·
1 Parent(s): 578adcb

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import pandas as pd
3
 
4
  # ─── Page config ──────────────────────────────────────────────────────────────
5
- st.set_page_config(page_title="VeriFact Leaderboard", layout="wide")
6
 
7
  # ─── Load data ────────────────────────────────────────────────────────────────
8
  @st.cache_data
 
2
  import pandas as pd
3
 
4
  # ─── Page config ──────────────────────────────────────────────────────────────
5
+ st.set_page_config(page_title="ExpertLongBench Leaderboard", layout="wide")
6
 
7
  # ─── Load data ────────────────────────────────────────────────────────────────
8
  @st.cache_data