Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -239,7 +239,7 @@ with block:
|
|
239 |
with gr.TabItem("📊 Visualization", elem_id="probe-benchmark-tab-visualization", id=2):
|
240 |
gr.Markdown(
|
241 |
"""## **Interactive Visualizations**
|
242 |
-
Choose a benchmark type; context‑specific options will appear.
|
243 |
elem_classes="markdown-text",
|
244 |
)
|
245 |
vis_benchmark_type_selector = gr.Dropdown(
|
|
|
239 |
with gr.TabItem("📊 Visualization", elem_id="probe-benchmark-tab-visualization", id=2):
|
240 |
gr.Markdown(
|
241 |
"""## **Interactive Visualizations**
|
242 |
+
Choose a benchmark type; context‑specific options will appear.""",
|
243 |
elem_classes="markdown-text",
|
244 |
)
|
245 |
vis_benchmark_type_selector = gr.Dropdown(
|