Skip to content

Commit 03c8a6b

Browse files
authored
Update monitor.py
1 parent 4a6024c commit 03c8a6b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fastchat/serve/monitor/monitor.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -842,14 +842,15 @@ def build_category_leaderboard_tab(
842842
"full_style_control",
843843
"hard_6",
844844
"hard_6_style_control",
845-
"if",
846845
"coding",
847846
"math",
848-
"multiturn",
847+
"creative_writing",
848+
"if",
849849
"long_user",
850+
"multiturn",
850851
# "no_refusal",
851852
]
852-
selected_categories_width = [110, 110, 110, 110, 110, 80, 80, 80, 80]
853+
selected_categories_width = [110, 110, 110, 110, 80, 80, 80, 110, 80, 80]
853854

854855
language_categories = [
855856
"english",

0 commit comments

Comments
 (0)