Skip to content

Commit

Permalink
update logo URL in VertexExperimentTrackerFlavor
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhusainov committed Dec 13, 2024
1 parent a8e3d84 commit 8101977
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ def logo_url(self) -> str:
Returns:
The flavor logo.
"""
# TODO: replace with a proper logo
return "https://public-flavor-logos.s3.eu-central-1.amazonaws.com/orchestrator/vertexai.png"
return "https://public-flavor-logos.s3.eu-central-1.amazonaws.com/experiment_tracker/vertexai.png"

@property
def config_class(self) -> Type[VertexExperimentTrackerConfig]:
Expand Down

0 comments on commit 8101977

Please sign in to comment.