diff --git a/fastchat/serve/gradio_web_server_multi.py b/fastchat/serve/gradio_web_server_multi.py
index a63190d28..59ebdf91e 100644
--- a/fastchat/serve/gradio_web_server_multi.py
+++ b/fastchat/serve/gradio_web_server_multi.py
@@ -85,7 +85,7 @@ def build_visualizer():
"""
gr.HTML(frame)
- with gr.Tab("Price Analysis", id=1):
+ with gr.Tab("Price Explorer", id=1):
price_markdown = """
This scatterplot displays a selection of the arena's models, showing their arena score plotted against their cost.
"""
@@ -104,7 +104,7 @@ def build_visualizer():
"""
gr.Markdown(instructions)
- frame = """"""
+ frame = """"""
gr.HTML(frame)