Skip to content

Commit 00e082c

Browse files
committed
fix formatting
1 parent 4826b7c commit 00e082c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

fastchat/serve/gradio_web_server_multi.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ def build_visualizer():
6363
Using *[topic clustering](https://github.com/MaartenGr/BERTopic)*, we organized user-submitted prompts from Arena battles into broad and specific categories.
6464
Dive in to uncover insights about the distribution and themes of these prompts! """
6565
gr.Markdown(topic_markdown)
66-
expandText = "👇 Expand to see detailed instructions on how to use the visualizer"
66+
expandText = (
67+
"👇 Expand to see detailed instructions on how to use the visualizer"
68+
)
6769
with gr.Accordion(expandText, open=False):
6870
instructions = """
6971
- Hover Over Segments: View the category name, the number of prompts, and their percentage.
@@ -88,7 +90,9 @@ def build_visualizer():
8890
This scatterplot displays a selection of the arena's models, showing their arena score plotted against their cost.
8991
"""
9092
gr.Markdown(price_markdown)
91-
expandText = "👇 Expand to see detailed instructions on how to use the scatterplot"
93+
expandText = (
94+
"👇 Expand to see detailed instructions on how to use the scatterplot"
95+
)
9296
with gr.Accordion(expandText, open=False):
9397
instructions = """
9498
- Hover Over Points: View the model's arena score, cost, organization, and license.

0 commit comments

Comments
 (0)