WilhelmHe2002/project_unsupervised_learning
0
1---2title: Shiny for Python template3emoji: ๐4colorFrom: yellow5colorTo: indigo6sdk: docker7pinned: false8license: openrail9duplicated_from: posit/shiny-for-python-template10---11 12This is a templated Space for [Shiny for Python](https://shiny.rstudio.com/py/). 13 14 15To get started with a new app do the following:16 171) Install Shiny with `pip install shiny`182) Create a new app with `shiny create .`193) Then run the app with `shiny run --reload`20 21To learn more about this framework please see the [Documentation](https://shiny.rstudio.com/py/docs/overview.html).22 