Fix logo layout
Browse files
README.md
CHANGED
|
@@ -6,13 +6,9 @@ colorTo: green
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
-
<p align="center">
|
| 10 |
-
<img src="images/logo_HP_Electric_Blue_keyline.png" alt="HP" width="120">
|
| 11 |
-
|
| 12 |
-
<img src="images/nvidia-logo-vert.png" alt="NVIDIA" width="120">
|
| 13 |
-
</p>
|
| 14 |
|
| 15 |
-
p align="center"><em>Company logos are used for identification purposes only and do not imply endorsement or official partnership unless otherwise stated.</em></p>
|
| 16 |
|
| 17 |
# Agentic AI with NemoClaw — Developer Guide
|
| 18 |
|
|
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
+
<p align="center"><img src="images/logo_HP_Electric_Blue_keyline.png" alt="HP" width="120"> <img src="images/nvidia-logo-vert.png" alt="NVIDIA" width="120"></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
+
<p align="center"><em>Company logos are used for identification purposes only and do not imply endorsement or official partnership unless otherwise stated.</em></p>
|
| 12 |
|
| 13 |
# Agentic AI with NemoClaw — Developer Guide
|
| 14 |
|