zhuohan-7 commited on
Commit
fa870a6
1 Parent(s): 6f99a3f

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ st.set_page_config(
12
  page_title="Leaderboard", page_icon=":chart_with_upwards_trend:", layout="wide"
13
  )
14
 
15
- st.header("SeaEval Leaderboard")
16
  st.markdown('<style>' + open('./style/sidebar_style.css').read() + '</style>', unsafe_allow_html=True)
17
 
18
  with st.sidebar:
 
12
  page_title="Leaderboard", page_icon=":chart_with_upwards_trend:", layout="wide"
13
  )
14
 
15
+ # st.header("Leaderboard")
16
  st.markdown('<style>' + open('./style/sidebar_style.css').read() + '</style>', unsafe_allow_html=True)
17
 
18
  with st.sidebar: