diff --git a/docs/index.mdx b/docs/index.mdx index 492b572..6b8ce8c 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -5,7 +5,7 @@ slug: / ---

- AgML logo + AgML logo

--- @@ -88,7 +88,7 @@ trainer.train() AgML contains a wide variety of public datasets from various locations across the world: -![AgML Dataset World Map](/img/agml/agml_dataset_world_map.png) +{/* ![AgML Dataset World Map](/img/agml/agml_dataset_world_map.png) */} Use the [Dataset Search](/datasets) experience for filtering and previews. For programmatic filtering, `agml.data.public_data_sources(...)` supports task and modality filters. diff --git a/src/css/custom.css b/src/css/custom.css index c3f4382..ce58c6e 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -161,7 +161,7 @@ body { box-shadow: var(--agml-shadow); } -.navbar, +.navbar__inner, .footer { backdrop-filter: blur(14px); } diff --git a/static/img/agml/agml-logo-transparent.png b/static/img/agml/agml-logo-transparent.png new file mode 100644 index 0000000..7f625fe Binary files /dev/null and b/static/img/agml/agml-logo-transparent.png differ