Skip to content

Commit e2be2b1

Browse files
committed
update description again
1 parent 5d7f96b commit e2be2b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

fastchat/serve/gradio_web_server_multi.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ def build_visualizer():
100100
- Use the Legend: Click an organization name on the right to display its models. To compare models, click multiple organization names.
101101
- Toggle Between Categories: Use the toggle in the upper right-hand corner to see the different arena scores per category.
102102
103-
The scatterplot only displays models that have public pricing/parameter information. To add pricing information, feel free to the Github repo [here](https://github.com/lmarena/arena-leaderboard-v2/).
103+
The scatterplot only displays models that have public pricing/parameter information. To add pricing information, feel free to add to the Github repo [here](https://github.com/lmarena/arena-catalog).
104104
"""
105105
gr.Markdown(instructions)
106106
frame = """
107-
<iframe class="visualizer" width="100%"
108-
src="https://storage.googleapis.com/public-arena-no-cors/scatterplot.html">
109-
</iframe>
110-
"""
107+
<iframe class="visualizer" width="100%"
108+
src="https://storage.googleapis.com/public-arena-no-cors/scatterplot.html">
109+
</iframe>
110+
"""
111111
gr.HTML(frame)
112112

113113

0 commit comments

Comments
 (0)