File size: 361 Bytes
5b4a37c
6e62b64
5b4a37c
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: Sidewalk SAM
emoji: 🌍
colorFrom: yellow
colorTo: indigo
sdk: docker
pinned: false
license: mit
---

1) Install Shiny with `pip install shiny`
2) Create a new app with `shiny create .`
3) Then run the app with `shiny run --reload`

To learn more about this framework please see the [Documentation](https://shiny.rstudio.com/py/docs/overview.html).