Skip to content

Commit 41ac5f6

Browse files
committed
edit description
1 parent 1269cf5 commit 41ac5f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fastchat/serve/gradio_web_server_multi.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def build_visualizer():
8787
gr.HTML(frame)
8888
with gr.Tab("Price Explorer", id=1):
8989
price_markdown = """
90-
This scatterplot presents a selection of models from Arena, plotting their Arena Score against their cost. Only models with publicly available pricing and parameter information are included, meaning models like Gemini's experimental models are not displayed.
90+
This scatterplot presents a selection of models from the Arena, plotting their score against their cost. Only models with publicly available pricing and parameter information are included, meaning models like Gemini's experimental models are not displayed. Feel free to view price sources or add pricing information [here](https://github.com/lmarena/arena-catalog/blob/main/data/scatterplot-data.json).
9191
"""
9292
gr.Markdown(price_markdown)
9393
expandText = (
@@ -99,8 +99,6 @@ def build_visualizer():
9999
- Click on Points: Click on a point to visit the model's website.
100100
- Use the Legend: Click an organization name on the right to display its models. To compare models, click multiple organization names.
101101
- Select Category: Use the dropdown menu in the upper-right corner to select a category and view the arena scores for that category.
102-
103-
To view price sources or add pricing information, feel free to check out the Github repo [here](https://github.com/lmarena/arena-catalog).
104102
"""
105103
gr.Markdown(instructions)
106104

0 commit comments

Comments
 (0)