We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17d787 commit 1573e51Copy full SHA for 1573e51
ml_peg/app/build_app.py
@@ -117,13 +117,13 @@ def build_category(
117
category_title = category
118
category_descrip = ""
119
120
- # Build summary table
+ # Build category summary table
121
summary_table = build_summary_table(
122
all_tables[category], table_id=f"{category_title}-summary-table"
123
)
124
category_tables[category_title] = summary_table
125
126
- # Build weight components for summary table
+ # Build weight components for category summary table
127
weight_components = build_weight_components(
128
header="Benchmark weights",
129
columns=list(all_tables[category].keys()),
0 commit comments