File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
src/ui/layouts/common/layouts/AuthenticatedLayout/DeploymentBanner Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,24 @@ function DeploymentBanner() {
66 < aside className = { styles . deploymentBanner } >
77 < p className = { styles . deploymentBanner__paragraph } >
88 ZenML is running locally. In order to run your pipelines in the cloud,
9- you need to deploy ZenML. See the { ' ' }
9+ you need to{ ' ' }
1010 < a
1111 target = "_blank"
1212 rel = "noopener noreferrer"
1313 href = "https://docs.zenml.io/getting-started/deploying-zenml"
14+ >
15+ deploy ZenML yourself
16+ </ a >
17+ , or spin up ZenML with one-click using the{ ' ' }
18+ < a
19+ target = "_blank"
20+ rel = "noopener noreferrer"
21+ href = "https://sandbox.zenml.io/"
1422 >
1523 { ' ' }
16- docs
17- </ a > { ' ' }
18- to learn how .
24+ MLOps Platform Sandbox
25+ </ a >
26+ .
1927 </ p >
2028 </ aside >
2129 ) ;
You can’t perform that action at this time.
0 commit comments