David Vaillant commited on
Commit
6e62b64
β€’
1 Parent(s): b151145
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +1 -6
Dockerfile CHANGED
@@ -10,4 +10,4 @@ COPY . .
10
 
11
  EXPOSE 7860
12
 
13
- CMD ["shiny", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
10
 
11
  EXPOSE 7860
12
 
13
+ CMD ["shiny", "run", "baby_shiny.py", "--host", "0.0.0.0", "--port", "7860"]
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Shiny for Python template
3
  emoji: 🌍
4
  colorFrom: yellow
5
  colorTo: indigo
@@ -8,11 +8,6 @@ pinned: false
8
  license: mit
9
  ---
10
 
11
- This is a templated Space for [Shiny for Python](https://shiny.rstudio.com/py/).
12
-
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`
 
1
  ---
2
+ title: Sidewalk SAM
3
  emoji: 🌍
4
  colorFrom: yellow
5
  colorTo: indigo
 
8
  license: mit
9
  ---
10
 
 
 
 
 
 
11
  1) Install Shiny with `pip install shiny`
12
  2) Create a new app with `shiny create .`
13
  3) Then run the app with `shiny run --reload`