Magdalena Mielnicka commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
---
|
| 2 |
title: X
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: yellow
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
-
pinned:
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
|
@@ -17,4 +17,4 @@ To get started with a new app do the following:
|
|
| 17 |
2) Create a new app with `shiny create .`
|
| 18 |
3) Then run the app with `shiny run --reload`
|
| 19 |
|
| 20 |
-
To learn more about this framework please see the [Documentation](https://shiny.rstudio.com/py/docs/overview.html).
|
|
|
|
| 1 |
---
|
| 2 |
title: X
|
| 3 |
+
emoji: 🐨
|
| 4 |
colorFrom: yellow
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: docker
|
| 7 |
+
pinned: true
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
|
|
|
| 17 |
2) Create a new app with `shiny create .`
|
| 18 |
3) Then run the app with `shiny run --reload`
|
| 19 |
|
| 20 |
+
To learn more about this framework please see the [Documentation](https://shiny.rstudio.com/py/docs/overview.html).
|