Skip to content

Commit 726fd20

Browse files
Merge pull request #40 from CodeForPhilly/cleanup
Cleanup
2 parents 2f54f0c + 9d94655 commit 726fd20

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.streamlit/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[server]
22
headless = true
3-
enableCORS=false
3+
enableCORS = false
44
port = 8000

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: sh setup.sh && streamlit run app.py
1+
web: streamlit run app.py

setup.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)