Skip to content

Commit

Permalink
Update title
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenAnpu committed Jul 29, 2024
1 parent 963e206 commit 72861b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def add_output(self, file_info: sly.api.file_api.FileInfo):
"color": "#33c94c",
"backgroundColor": "#d9f7e4",
},
"title": f"{file_info.name}",
"title": f"<h4>{file_info.name}</h4>",
"mainLink": {"url": f"{file_info.full_storage_url}", "title": "Download"},
}
}
Expand Down

0 comments on commit 72861b3

Please sign in to comment.