Skip to content

Commit 54a2b4b

Browse files
committed
[run format.sh]
1 parent 5c3d429 commit 54a2b4b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

fastchat/serve/monitor/monitor.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,10 +1075,10 @@ def build_demo(elo_results_file, leaderboard_table_file, arena_hard_leaderboard)
10751075

10761076
text_size = gr.themes.sizes.text_lg
10771077
# load theme from theme.json
1078-
#theme = gr.themes.Default.load("theme.json")
1078+
# theme = gr.themes.Default.load("theme.json")
10791079
# set text size to large
1080-
#theme.text_size = text_size
1081-
#theme.set(
1080+
# theme.text_size = text_size
1081+
# theme.set(
10821082
# button_large_text_size="20px",
10831083
# button_small_text_size="20px",
10841084
# button_large_text_weight="100",
@@ -1093,12 +1093,12 @@ def build_demo(elo_results_file, leaderboard_table_file, arena_hard_leaderboard)
10931093
# button_secondary_background_fill_hover_dark="*primary_500",
10941094
# button_secondary_text_color="*primary_800",
10951095
# button_secondary_text_color_dark="white",
1096-
#)
1096+
# )
10971097

10981098
with gr.Blocks(
10991099
title="Chatbot Arena Leaderboard",
11001100
theme=gr.themes.Default(text_size=text_size),
1101-
#theme=theme,
1101+
# theme=theme,
11021102
css=block_css,
11031103
) as demo:
11041104
with gr.Tabs() as tabs:

0 commit comments

Comments
 (0)