Skip to content

Commit 81aedb9

Browse files
committed
small fixes
1 parent 3ac88b8 commit 81aedb9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

fastchat/serve/gradio_web_server_multi.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
def build_visualizer():
5858
visualizer_markdown = """
59-
# 🧭 Arena Visualizer
59+
# 🔍 Arena Visualizer
6060
Data explorer provides interactive tools to explore and draw insights from our leaderboard data.
6161
"""
6262

@@ -92,8 +92,7 @@ def build_visualizer():
9292
with gr.Tab("Price Analysis", id=1):
9393
price_markdown = """
9494
## *Price Control Data Visualizations*
95-
Below are scatter-plots depicting a model's arena score against its cost effectiveness
96-
and output token price.
95+
Coming soon: Visualizations showing models' arena scores compared to their cost-effectiveness and output token prices.
9796
"""
9897
gr.Markdown(price_markdown)
9998

@@ -244,7 +243,7 @@ def build_demo(
244243
show_plot=True,
245244
)
246245
if args.show_visualizer:
247-
with gr.Tab("🔍 Data Visualizer", id=5):
246+
with gr.Tab("🔍 Arena Visualizer", id=5):
248247
build_visualizer()
249248

250249
with gr.Tab("ℹ️ About Us", id=4):

0 commit comments

Comments
 (0)