Skip to content

Commit

Permalink
minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Mar 28, 2024
1 parent 4d15f05 commit f1f1098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cm-mlops/script/gui/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ def visualize(st, query_params, action = ''):
v_experiment_tags = v_experiment_tags.replace(',',' ')

# Check default
if v_experiment_tags == '' and v_experiment_name == '':
v_experiment_tags = 'mlperf-inference v4.0'
# if v_experiment_tags == '' and v_experiment_name == '':
# v_experiment_tags = 'mlperf-inference v4.0'

v_experiment_tags = st.text_input('Select CM experiment tags separated by space:', value=v_experiment_tags, key='v_experiment_tags').strip()
v_experiment_tags = v_experiment_tags.replace(',',' ')
Expand Down

0 comments on commit f1f1098

Please sign in to comment.