Spaces:
Running
Running
Commit ·
be156d9
1
Parent(s): 77e4990
Add Docs link → amitpatole.github.io/agent-vision
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -124,6 +124,7 @@ footer{position:relative;z-index:1;border-top:1px solid var(--border);padding:2.
|
|
| 124 |
<div class="hero-btns">
|
| 125 |
<a class="btn btn-prim" href="https://github.com/amitpatole/agent-vision" target="_blank">📖 View on GitHub</a>
|
| 126 |
<a class="btn btn-ghost" href="https://pypi.org/project/agentvision/" target="_blank">📦 PyPI Package</a>
|
|
|
|
| 127 |
</div>
|
| 128 |
<div class="pip-box"><span class="dol">$</span><span class="cmd">pip install</span><span class="pkg">"agentvision[render]"</span></div>
|
| 129 |
</section>
|
|
|
|
| 124 |
<div class="hero-btns">
|
| 125 |
<a class="btn btn-prim" href="https://github.com/amitpatole/agent-vision" target="_blank">📖 View on GitHub</a>
|
| 126 |
<a class="btn btn-ghost" href="https://pypi.org/project/agentvision/" target="_blank">📦 PyPI Package</a>
|
| 127 |
+
<a class="btn btn-ghost" href="https://amitpatole.github.io/agent-vision/" target="_blank">📚 Docs</a>
|
| 128 |
</div>
|
| 129 |
<div class="pip-box"><span class="dol">$</span><span class="cmd">pip install</span><span class="pkg">"agentvision[render]"</span></div>
|
| 130 |
</section>
|