Fix mascot positioning

This commit is contained in:
Aymeric 2025-01-16 11:40:23 +01:00
parent 40087aad0b
commit 34a718cf02
1 changed files with 4 additions and 2 deletions

View File

@ -24,8 +24,10 @@ limitations under the License.
</p> </p>
<h3 align="center"> <h3 align="center">
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/mascot.png" alt="Hugging Face mascot as James Bond" width=50px> <div style="display:flex;flex-direction:row;">
<p>smolagents - a smol library to build great agents!</p> <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/mascot.png" alt="Hugging Face mascot as James Bond" width=100px>
<p>smolagents - a smol library to build great agents!</p>
</div>
</h3> </h3>
`smolagents` is a library that enables you to run powerful agents in a few lines of code. It offers: `smolagents` is a library that enables you to run powerful agents in a few lines of code. It offers: