MarcSkovMadsen commited on
Commit
00722aa
·
1 Parent(s): 40a04b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -1,11 +1,23 @@
1
  ---
2
  title: Stumpy
3
- emoji: 🐢
4
- colorFrom: pink
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
8
  license: mit
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: Stumpy
3
+ emoji: 🎯
4
+ colorFrom: green
5
+ colorTo: blue
6
  sdk: static
7
  pinned: false
8
  license: mit
9
  ---
10
 
11
+ See [stumpy](https://awesome-panel.org/resources/stumpy/) by [awesome-panel.org](https://awesome-panel.org) for more info.
12
+
13
+ ## Serve
14
+
15
+ ```python
16
+ panel serve index.py --autoreload
17
+ ```
18
+
19
+ ## Convert to Pyodide
20
+
21
+ ```bash
22
+ panel convert index.py --to pyodide-worker
23
+ ```