Skip to content

Commit

Permalink
change tab name
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie200 committed Feb 3, 2025
1 parent 4bf70b5 commit e3a1f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastchat/serve/gradio_web_server_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def build_visualizer():
</iframe>
"""
gr.HTML(frame)
with gr.Tab("Price Analysis", id=1):
with gr.Tab("Price Explorer", id=1):
price_markdown = """
This scatterplot displays a selection of the arena's models, showing their arena score plotted against their cost.
"""
Expand All @@ -104,7 +104,7 @@ def build_visualizer():
"""
gr.Markdown(instructions)

frame = """<object type="text/html" data="https://storage.googleapis.com/public-arena-no-cors/scatterplot.html" width="100%" class="visualizer"></object>"""
frame = """<object type="text/html" data="https://raw.githubusercontent.com/lmarena/arena-catalog/main/scatterplot.html" width="100%" class="visualizer"></object>"""

gr.HTML(frame)

Expand Down

0 comments on commit e3a1f2e

Please sign in to comment.