We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0637730 commit 268a8faCopy full SHA for 268a8fa
2 files changed
Procfile
@@ -0,0 +1 @@
1
+web: sh setup.sh && streamlit run app.py
setup.sh
@@ -0,0 +1,13 @@
+mkdir -p ~/.streamlit/
2
+
3
+echo "\
4
+[general]\n\
5
+email = \"sg4fz@virginia.edu\"\n\
6
+" > ~/.streamlit/credentials.toml
7
8
9
+[server]\n\
10
+headless = true\n\
11
+enableCORS=false\n\
12
+port = $PORT\n\
13
+" > ~/.streamlit/config.toml
0 commit comments