Spaces:
Running
Running
metadata
title: Hello World
emoji: 🤖
colorFrom: purple
colorTo: gray
sdk: static
pinned: false
tags:
- reachy_mini
- reachy_mini_python_app
Hello World
Forked from the Reachy Mini conversation app.
Use the src/hello_world/profiles/_hello_world_locked_profile folder to customize your own app from this template:
- Edit instructions
_hello_world_locked_profile/instructions.txt - Edit available tools in
_hello_world_locked_profile/tools.txt - You can create your own tools in
_hello_world_locked_profileby subclassing theToolclass.
Do not forget to customize:
- this
README.mdfile - the
index.htmlfile (Hugging Face Spaces landing page) - the
src/hello_world/static/index.html(the web app parameters page)
The original README from the conversation app is available in README_OLD.md.