Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
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',
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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',
|