mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-01 18:20:06 +00:00
README - Fix whitemode colour schemes (#18)
This commit is contained in:
parent
6c57829d54
commit
c8e41f6a64
4 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
<a href="https://www.skyvern.com">
|
<a href="https://www.skyvern.com">
|
||||||
<picture>
|
<picture>
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="images/skyvern_logo.png"/>
|
<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>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
<br />
|
<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/).
|
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>
|
<picture>
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="images/Skyvern-system-diagram.png"/>
|
<source media="(prefers-color-scheme: dark)" srcset="images/skyvern-system-diagram-dark.png"/>
|
||||||
<img src="images/Skyvern-system-diagram.png"/>
|
<img src="images/skyvern-system-diagram-light.png"/>
|
||||||
</picture>
|
</picture>
|
||||||
|
|
||||||
<!-- > TODO (suchintan):
|
<!-- > TODO (suchintan):
|
||||||
|
|
Before Width: | Height: | Size: 373 KiB After Width: | Height: | Size: 373 KiB |
BIN
images/skyvern-system-diagram-light.png
Normal file
BIN
images/skyvern-system-diagram-light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 366 KiB |
BIN
images/skyvern_logo_blackbg.png
Normal file
BIN
images/skyvern_logo_blackbg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Loading…
Add table
Reference in a new issue