Skip to content

Commit 35b789e

Browse files
authored
Update README logo (#5605)
1 parent 24fb01b commit 35b789e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<p align="center">
2-
<br>
3-
<img src="https://raw.githubusercontent.com/huggingface/datasets/main/docs/source/imgs/datasets_logo_name.jpg" width="400"/>
4-
<br>
5-
<p>
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://huggingface.co/datasets/huggingface/documentation-images/raw/main/datasets-logo-dark.svg">
4+
<source media="(prefers-color-scheme: light)" srcset="https://huggingface.co/datasets/huggingface/documentation-images/raw/main/datasets-logo-light.svg">
5+
<img alt="Hugging Face Datasets Library" src="https://huggingface.co/datasets/huggingface/documentation-images/raw/main/datasets-logo-light.svg" width="352" height="59" style="max-width: 100%;">
6+
</picture>
7+
<br/>
8+
<br/>
9+
</p>
10+
611
<p align="center">
712
<a href="https://github.com/huggingface/datasets/actions/workflows/ci.yml?query=branch%3Amain">
813
<img alt="Build" src="https://github.com/huggingface/datasets/actions/workflows/ci.yml/badge.svg?branch=main">

0 commit comments

Comments
 (0)