Skip to content

Commit fe3a793

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

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

fastchat/serve/gradio_web_server_multi.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,12 @@ 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)
106-
frame = """
107-
<iframe class="visualizer" width="100%"
108-
src="https://storage.googleapis.com/public-arena-no-cors/scatterplot.html">
109-
</iframe>
110-
"""
106+
107+
frame = """<object type="text/html" data="https://storage.googleapis.com/public-arena-no-cors/scatterplot.html" width="100%" class="visualizer"></object>"""
108+
111109
gr.HTML(frame)
112110

113111

0 commit comments

Comments
 (0)