mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
some update (#934)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user