Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanDomino committed Nov 18, 2024
1 parent 90a2d1c commit 5ff76b1
Show file tree
Hide file tree
Showing 10 changed files with 2,110 additions and 1,268 deletions.
4 changes: 2 additions & 2 deletions .ipynb_checkpoints/app-checkpoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ mkdir ~/.streamlit
echo "[browser]" > ~/.streamlit/config.toml
echo "gatherUsageStats = true" >> ~/.streamlit/config.toml
echo "serverAddress = \"0.0.0.0\"" >> ~/.streamlit/config.toml
echo "serverPort = 8501" >> ~/.streamlit/config.toml
echo "serverPort = 8888" >> ~/.streamlit/config.toml
echo "[server]" >> ~/.streamlit/config.toml
echo "port = 8501" >> ~/.streamlit/config.toml
echo "port = 8888" >> ~/.streamlit/config.toml
echo "enableCORS = false" >> ~/.streamlit/config.toml
echo "enableXsrfProtection = false" >> ~/.streamlit/config.toml

Expand Down
4 changes: 2 additions & 2 deletions app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ mkdir ~/.streamlit
echo "[browser]" > ~/.streamlit/config.toml
echo "gatherUsageStats = true" >> ~/.streamlit/config.toml
echo "serverAddress = \"0.0.0.0\"" >> ~/.streamlit/config.toml
echo "serverPort = 8501" >> ~/.streamlit/config.toml
echo "serverPort = 8888" >> ~/.streamlit/config.toml
echo "[server]" >> ~/.streamlit/config.toml
echo "port = 8501" >> ~/.streamlit/config.toml
echo "port = 8888" >> ~/.streamlit/config.toml
echo "enableCORS = false" >> ~/.streamlit/config.toml
echo "enableXsrfProtection = false" >> ~/.streamlit/config.toml

Expand Down
Loading

0 comments on commit 5ff76b1

Please sign in to comment.