Spaces:
Runtime error
Runtime error
MarcSkovMadsen
commited on
Commit
•
5fec936
1
Parent(s):
ece1a60
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,17 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
-
sdk:
|
7 |
pinned: false
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Classic Dashboard
|
3 |
+
emoji: 🚗
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: yellow
|
6 |
+
sdk: static
|
7 |
pinned: false
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
+
See [classic_dashboard](https://awesome-panel.org/resources/classic_dashboard/) by [awesome-panel.org](https://awesome-panel.org) for more info.
|
12 |
+
|
13 |
+
## Serve
|
14 |
+
|
15 |
+
```python
|
16 |
+
panel serve index.py --autoreload
|
17 |
+
```
|