MemeTech commited on
Commit
86f47ea
·
1 Parent(s): b9f53b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -13
README.md CHANGED
@@ -1,20 +1,13 @@
1
  ---
2
- title: Shiny for Python template
3
- emoji: 🌍
4
- colorFrom: yellow
5
- colorTo: indigo
6
  sdk: docker
7
  pinned: false
8
- license: mit
9
  duplicated_from: posit/shiny-for-python-template
10
  ---
11
 
12
- This is a templated Space for [Shiny for Python](https://shiny.rstudio.com/py/).
13
 
14
- To get started with a new app do the following:
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