RobioAI/DeepLearning
0
1---2title: Shiny for Python template3emoji: ๐4colorFrom: yellow5colorTo: indigo6sdk: docker7pinned: false8license: apache-2.09---10 11This is a templated Space for [Shiny for Python](https://shiny.rstudio.com/py/). 12 13 14To get started with a new app do the following:15 161) Install Shiny with `pip install shiny`172) Create a new app with `shiny create .`183) Then run the app with `shiny run --reload`19 20To learn more about this framework please see the [Documentation](https://shiny.rstudio.com/py/docs/overview.html).21 