Skip to content

Commit

Permalink
revert back to gcs plot
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie200 committed Feb 4, 2025
1 parent e3a1f2e commit 2b7ad98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastchat/serve/gradio_web_server_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def build_visualizer():
"""
gr.Markdown(instructions)

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

gr.HTML(frame)

Expand Down

0 comments on commit 2b7ad98

Please sign in to comment.