smolagent-tuto / README.md
ruaultadrienperso's picture
Refactor repo for best practise
0f9f6df
---
title: Smolagent Tuto
emoji: πŸ†
colorFrom: yellow
colorTo: yellow
sdk: gradio
sdk_version: 5.31.0
app_file: app.py
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Launch the app locally with:
```bash
poetry install
source .env
poetry run python app.py
```