We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e70d6 commit 19bf7d6Copy full SHA for 19bf7d6
README.md
@@ -1,4 +1,9 @@
1
-<p align="center"><img src="https://turinglang.org/assets/logo/turing-logo-light.svg" alt="Turing.jl logo" width="300" /></p>
+<p align="center">
2
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="https://turinglang.org/assets/logo/turing-logo-dark.svg">
4
+ <img src="https://turinglang.org/assets/logo/turing-logo-light.svg" alt="Turing.jl logo" width="300">
5
+ </picture>
6
+</p>
7
<p align="center"><i>Bayesian inference with probabilistic programming</i></p>
8
<p align="center">
9
<a href="https://turinglang.org/"><img src="https://img.shields.io/badge/docs-tutorials-blue.svg" alt="Tutorials" /></a>
0 commit comments