Skip to content

Commit ae872ac

Browse files
Mike ProsserMike Prosser
authored andcommitted
cleanup
1 parent 8a8d645 commit ae872ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/performance_checker/performance_checker_panel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def profile_get_value(
107107
st_echarts(options=options, height="400px", key="graph")
108108

109109
# Create columns for metrics
110-
col1, col2, col3, col4 = st.columns(4)
110+
col1, col2, col3 = st.columns(3)
111111
with col1:
112112
st.metric("Amplitude", f"{amplitude:.2f}")
113113
st.metric("Frequency", f"{frequency:.2f} Hz")

0 commit comments

Comments
 (0)