zhuohan-7 commited on
Commit
79ad145
1 Parent(s): 0af2238

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +11 -3
app.py CHANGED
@@ -16,14 +16,22 @@ st.header("SeaEval Leaderboard")
16
  st.markdown('<style>' + open('./style/sidebar_style.css').read() + '</style>', unsafe_allow_html=True)
17
 
18
  with st.sidebar:
19
- tabs = on_hover_tabs(tabName=['Dashboard', 'Cross-Lingual Consistency', 'Cultural Reasoning',
20
- 'General Reasoning', 'FLORES-Translation', 'Emotion', 'Dialogue', 'Fundamental NLP Tasks'],
 
 
 
 
 
 
 
21
  iconName=['dashboard', 'filter_1', 'filter_2', 'filter_3', 'filter_4',
22
  'filter_5', 'filter_6', 'filter_7'],
23
  styles = {
24
  'navtab': {
25
  'font-size': '12px',
26
- 'transition': '.1s',
 
27
  },
28
  'iconStyle':{
29
  'font-size': '18px',
 
16
  st.markdown('<style>' + open('./style/sidebar_style.css').read() + '</style>', unsafe_allow_html=True)
17
 
18
  with st.sidebar:
19
+ tabs = on_hover_tabs(tabName=['Dashboard',
20
+ 'Cross-Lingual Consistency',
21
+ 'Cultural Reasoning',
22
+ 'General Reasoning',
23
+ 'FLORES-Translation',
24
+ 'Emotion',
25
+ 'Dialogue',
26
+ 'Fundamental NLP Tasks',
27
+ ],
28
  iconName=['dashboard', 'filter_1', 'filter_2', 'filter_3', 'filter_4',
29
  'filter_5', 'filter_6', 'filter_7'],
30
  styles = {
31
  'navtab': {
32
  'font-size': '12px',
33
+ 'transition': '0.1s',
34
+ 'text-transform': 'none',
35
  },
36
  'iconStyle':{
37
  'font-size': '18px',