some update (#934)

This commit is contained in:
XianBW
2025-06-05 10:56:54 +08:00
committed by GitHub
parent 7518ab66fa
commit 2ffeb9e3e2
+1 -1
View File
@@ -697,7 +697,7 @@ def get_state_data_range(state_data):
# UI - Main
if state.data["competition"]:
if "competition" in state.data:
st.title(state.data["competition"])
st.markdown(f"[share_link](/ds_trace?log_folder={state.log_folder}&selection={state.log_path})")
summarize_data()