Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: yellow
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
pinned: false
|
| 8 |
license: gpl
|
| 9 |
duplicated_from: posit/shiny-for-python-template
|
|
@@ -18,4 +18,4 @@ To get started with a new app do the following:
|
|
| 18 |
2) Create a new app with `shiny create .`
|
| 19 |
3) Then run the app with `shiny run --reload`
|
| 20 |
|
| 21 |
-
To learn more about this framework please see the [Documentation](https://shiny.rstudio.com/py/docs/overview.html).
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Vertex Cover and Maximal Matching
|
| 3 |
+
emoji: 🐨
|
| 4 |
colorFrom: yellow
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: gradio
|
| 7 |
pinned: false
|
| 8 |
license: gpl
|
| 9 |
duplicated_from: posit/shiny-for-python-template
|
|
|
|
| 18 |
2) Create a new app with `shiny create .`
|
| 19 |
3) Then run the app with `shiny run --reload`
|
| 20 |
|
| 21 |
+
To learn more about this framework please see the [Documentation](https://shiny.rstudio.com/py/docs/overview.html).
|