Andrey commited on
Commit
04f1d1a
1 Parent(s): 118b475

Rename file.

Browse files
Files changed (3) hide show
  1. Procfile +0 -1
  2. st_app.py → app.py +0 -0
  3. setup.sh +0 -8
Procfile DELETED
@@ -1 +0,0 @@
1
- web: sh setup.sh && streamlit run st_app.py
 
 
st_app.py → app.py RENAMED
File without changes
setup.sh DELETED
@@ -1,8 +0,0 @@
1
- mkdir -p ~/.streamlit/
2
- echo "\
3
- [server]\n\
4
- headless = true\n\
5
- port = $PORT\n\
6
- enableCORS = false\n\
7
- \n\
8
- " > ~/.streamlit/config.toml