Skip to content

Commit

Permalink
Update monitor_md.py
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy authored Sep 7, 2024
1 parent ee99bab commit a4c12b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastchat/serve/monitor/monitor_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def make_default_md_1(mirror=False):


def make_default_md_2(mirror=False):
mirror_str = "<span style='color: red; font-weight: bold'>This is a mirror of the live leaderboard created and maintained at <a href='https://lmarena.ai/leaderboard' style='color: #B00020; text-decoration: none;'>https://lmarena.ai/leaderboard</a>. Please link to <a href='https://lmarena.ai/leaderboard' style='color: #B00020; text-decoration: none;'>https://lmarena.ai/leaderboard</a> for citation purposes.</span>"
mirror_str = "<span style='color: red; font-weight: bold'>This is a mirror of the live leaderboard created and maintained at <a href='https://lmarena.ai/leaderboard' style='color: #B00020; text-decoration: none;'>https://lmarena.ai/leaderboard</a>. Please link to the original URL for citation purposes.</span>"
leaderboard_md = f"""
{mirror_str if mirror else ""}
Expand Down

0 comments on commit a4c12b8

Please sign in to comment.