Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,13 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
-
license: mit
|
9 |
duplicated_from: posit/shiny-for-python-template
|
10 |
---
|
11 |
|
12 |
-
This is a
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
1) Install Shiny with `pip install shiny`
|
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: Cloud variables like Scratch
|
3 |
+
emoji: ⚡
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: yellow
|
6 |
sdk: docker
|
7 |
pinned: false
|
|
|
8 |
duplicated_from: posit/shiny-for-python-template
|
9 |
---
|
10 |
|
11 |
+
This is a cloud variable server, simmilar to [scratch](https://scratch.mit.edu/projects/875863396/)
|
12 |
|
13 |
+
It uses Flask, that's about it
|
|
|
|
|
|
|
|
|
|
|
|