title: Streaming Number Indicators | |
emoji: ⚡ | |
colorFrom: green | |
colorTo: red | |
sdk: static | |
pinned: false | |
license: mit | |
See [streaming_number_indicators](https://awesome-panel.org/resources/streaming_number_indicators/) by [awesome-panel.org](https://awesome-panel.org) for more info. | |
## Serve | |
```python | |
panel serve *.py --autoreload | |
``` | |
## Build | |
```bash | |
panel convert *.py --to pyodide-worker | |
``` | |