Skip to content

Commit d6125eb

Browse files
authored
Merge pull request #234 from vespa-engine/kkraune-patch-1
Add logo
2 parents 2d91a82 + 59b1625 commit d6125eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
22

3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://assets.vespa.ai/logos/Vespa-logo-green-RGB.svg">
5+
<source media="(prefers-color-scheme: light)" srcset="https://assets.vespa.ai/logos/Vespa-logo-dark-RGB.svg">
6+
<img alt="#Vespa" width="200" src="https://assets.vespa.ai/logos/Vespa-logo-dark-RGB.svg" style="margin-bottom: 25px;">
7+
</picture>
8+
39
# CORD-19 Search
410
This application serves data from [COVID-19 Open Research Dataset (CORD-19)](https://allenai.org/data/cord-19) dataset.
511

0 commit comments

Comments
 (0)