Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lisadunlap committed Sep 1, 2024
1 parent 1bc5808 commit 2056a82
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions fastchat/serve/monitor/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,13 +673,6 @@ def highlight_top_3(s):
for category in category_names:
style = style.apply(highlight_top_3, subset=[category])

# if metric == "rating":
# style = style.background_gradient(
# cmap="Blues",
# subset=category_names,
# vmin=1150,
# vmax=category_df[category_names].max().max(),
# )
if metric == "rating":
for category in category_names:
style = style.background_gradient(
Expand Down

0 comments on commit 2056a82

Please sign in to comment.