MarcSkovMadsen commited on
Commit
178600e
·
1 Parent(s): d682baf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,23 +1,23 @@
1
  ---
2
- title: Stumpy
3
- emoji: 🌍
4
- colorFrom: blue
5
  colorTo: green
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
  ```
 
1
  ---
2
+ title: The Easiest Way to Create an Interactive Dashboard in Python
3
+ emoji: 👧
4
+ colorFrom: pink
5
  colorTo: green
6
  sdk: static
7
  pinned: false
8
  license: mit
9
  ---
10
 
11
+ See [the_easiest_way_to_create_dashboard](https://awesome-panel.org/resources/the_easiest_way_to_create_dashboard/) by [awesome-panel.org](https://awesome-panel.org) for more info.
12
 
13
  ## Serve
14
 
15
  ```python
16
+ panel serve index.ipynb --autoreload
17
  ```
18
 
19
  ## Convert to Pyodide
20
 
21
  ```bash
22
+ panel convert index.ipynb --to pyodide-worker
23
  ```