CoolFace
Apppublic

awesome-panel/caching_example

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
README.md23 linesDownload Raw Back to root
1---2title: Caching Example3emoji: ๐Ÿƒ4colorFrom: indigo5colorTo: green6sdk: static7pinned: false8license: mit9---10 11See [caching_example](https://awesome-panel.org/resources/caching_example/) by [awesome-panel.org](https://awesome-panel.org) for more info.12 13## Serve14 15```python16panel serve index.py --autoreload17```18 19## Convert to Pyodide20 21```bash22panel convert index.py --to pyodide-worker23```