shezamunir commited on
Commit
fd13ef2
Β·
verified Β·
1 Parent(s): a580f61

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
  from PIL import Image
4
  import base64
5
- from io import BytesIO
6
 
7
  # ─── Page config ──────────────────────────────────────────────────────────────
8
  st.set_page_config(page_title="ExpertLongBench Leaderboard", layout="wide")
 
2
  import pandas as pd
3
  from PIL import Image
4
  import base64
5
+ from io import BytesIO
6
 
7
  # ─── Page config ──────────────────────────────────────────────────────────────
8
  st.set_page_config(page_title="ExpertLongBench Leaderboard", layout="wide")