Skip to content

Commit 3ab3095

Browse files
committed
fixed Target Columns list format in report.html
1 parent 6fa792a commit 3ab3095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/opctl/operator/lowcode/forecast/model/base_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def generate_report(self):
227227
),
228228
dp.Text(
229229
"The following report compares a variety of metrics and plots "
230-
f"for your target columns: \n {md_columns}.\n",
230+
f"for your target columns: \n * {md_columns}.\n",
231231
label="Target Columns",
232232
),
233233
]

0 commit comments

Comments
 (0)