Ayanami0730 commited on
Commit
e728fd8
·
1 Parent(s): d04d8b9

Minor text update

Browse files
Files changed (1) hide show
  1. tabs/leaderboard_tab.py +4 -4
tabs/leaderboard_tab.py CHANGED
@@ -168,9 +168,9 @@ def create_leaderboard_tab():
168
  )
169
 
170
  # 在底部添加列名说明
171
- gr.Markdown("""
172
- ### Column Abbreviations
173
- The leaderboard uses abbreviated column names for compact display: (i) **overall** - Overall Score; (ii) **comp.** - Comprehensiveness; (iii) **insight** - Insight quality; (iv) **inst.** - Instruction Following; (v) **read.** - Readability; (vi) **c.acc.** - Citation Accuracy; (vii) **eff.c.** - Effective Citations.
174
- """)
175
 
176
  return search_box
 
168
  )
169
 
170
  # 在底部添加列名说明
171
+ gr.Markdown("""
172
+ ### Column Abbreviations
173
+ The leaderboard uses abbreviated column names for compact display: (i) **overall** - Overall Score; (ii) **comp.** - Comprehensiveness; (iii) **insight** - Insight quality; (iv) **inst.** - Instruction Following; (v) **read.** - Readability; (vi) **c.acc.** - Citation Accuracy; (vii) **eff.c.** - Effective Citations.
174
+ """)
175
 
176
  return search_box