README - Fix whitemode colour schemes (#18)

This commit is contained in:
Suchintan 2024-03-04 10:45:09 -05:00 committed by GitHub
parent 6c57829d54
commit c8e41f6a64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<a href="https://www.skyvern.com">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="images/skyvern_logo.png"/>
<img height="120" src="images/skyvern_logo.png"/>
<img height="120" src="images/skyvern_logo_blackbg.png"/>
</picture>
</a>
<br />
@ -74,8 +74,8 @@ pre-commit install
Skyvern was inspired by the Task-Driven autonomous agent design popularized by [BabyAGI](https://github.com/yoheinakajima/babyagi) and [AutoGPT](https://github.com/Significant-Gravitas/AutoGPT) -- with one major difference: we give Skyvern the ability to interact with websites using browser automation libraries like [Playwright](https://playwright.dev/).
<picture>
<source media="(prefers-color-scheme: dark)" srcset="images/Skyvern-system-diagram.png"/>
<img src="images/Skyvern-system-diagram.png"/>
<source media="(prefers-color-scheme: dark)" srcset="images/skyvern-system-diagram-dark.png"/>
<img src="images/skyvern-system-diagram-light.png"/>
</picture>
<!-- > TODO (suchintan):

View file

Before

Width:  |  Height:  |  Size: 373 KiB

After

Width:  |  Height:  |  Size: 373 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB