Spaces:
Sleeping
Sleeping
metadata
title: Rig Boxone
emoji: 🏢
colorFrom: gray
colorTo: green
sdk: docker
pinned: false
license: mit
app_port: 3000
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Rig demo
This demo showcases the Rig library by building a simple webapp (using HTMX) that summarizes snapshot proposals.
Running the demo
The demo can be run by executing the following command:
cargo run
The webapp will then be acccessible at localhost:3000
Note: The webapp requires that the OPENAI_API_KEY be set!