Thunder-Z/Web-development
0
1---2title: Web Development3emoji: ๐4colorFrom: yellow5colorTo: indigo6sdk: docker7pinned: false8license: mit9short_description: PROJECT OF ThunderZ10---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 