Spaces:
Running
Running
Minor typo fix
#1
by
pefidias - opened
- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -1028,7 +1028,7 @@ def main():
|
|
| 1028 |
# ------------------------------------------------------------------
|
| 1029 |
# Violin (full width, below)
|
| 1030 |
# ------------------------------------------------------------------
|
| 1031 |
-
st.subheader("🎻 Performance
|
| 1032 |
|
| 1033 |
violin_df = build_violin_df(
|
| 1034 |
benchmark_name,
|
|
|
|
| 1028 |
# ------------------------------------------------------------------
|
| 1029 |
# Violin (full width, below)
|
| 1030 |
# ------------------------------------------------------------------
|
| 1031 |
+
st.subheader("🎻 Performance comparison across tracks")
|
| 1032 |
|
| 1033 |
violin_df = build_violin_df(
|
| 1034 |
benchmark_name,
|