add logos
parent
f539edc717
commit
7ef4b1dba2
23
README.md
23
README.md
|
@ -1,5 +1,5 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="assets/logo.png" width="200"/>
|
<img src="assets/humanus.png" width="200"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
# humanus.cpp
|
# humanus.cpp
|
||||||
|
@ -62,4 +62,25 @@ Run experimental planning flow (only agent `Humanus` as executor):
|
||||||
.\build\bin\Release\humanus_cli_plan.exe # Windows
|
.\build\bin\Release\humanus_cli_plan.exe # Windows
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Acknowledgement
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<style>
|
||||||
|
.center-images {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.image {
|
||||||
|
margin: 0 30px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="center-images">
|
||||||
|
<img class="image" src="assets/whu.png" height="120"/>
|
||||||
|
<img class="image" src="assets/myth.png" height="120"/>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Before Width: | Height: | Size: 331 KiB After Width: | Height: | Size: 331 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
Loading…
Reference in New Issue