Omartificial-Intelligence-Space commited on
Commit
4b76540
·
verified ·
1 Parent(s): 7fd7bc2

update utils

Browse files
Files changed (1) hide show
  1. src/display/utils.py +1 -1
src/display/utils.py CHANGED
@@ -22,7 +22,7 @@ COLUMNS: List[ColumnContent] = []
22
  # Essential columns
23
  COLUMNS.append(
24
  ColumnContent(
25
- name="model",
26
  type=str,
27
  label="Model",
28
  description="Model name",
 
22
  # Essential columns
23
  COLUMNS.append(
24
  ColumnContent(
25
+ name="model_name",
26
  type=str,
27
  label="Model",
28
  description="Model name",