File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 5656
5757def 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 ):
You can’t perform that action at this time.
0 commit comments