Skip to content

Commit

Permalink
README - Fix whitemode colour schemes (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchintan committed Mar 4, 2024
1 parent 6c57829 commit c8e41f6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down Expand Up @@ -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):
Expand Down
File renamed without changes
Binary file added images/skyvern-system-diagram-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/skyvern_logo_blackbg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c8e41f6

Please sign in to comment.