Compare commits

..

No commits in common. "889a9c1a7bfbb3c07816c68a740e2d9b5bc6c350" and "dca4ab683aff30a7bbea4785862b7e844d192d2b" have entirely different histories.

4 changed files with 0 additions and 13 deletions

4
.gitignore vendored
View file

@ -1,4 +0,0 @@
venv/
streamlit.log
__pycache__/
*.pyc

View file

@ -1 +0,0 @@
sudo pkill -f "streamlit run main.py"

View file

@ -1,7 +0,0 @@
#!/bin/bash
cd "$(dirname "$0")"
source venv/bin/activate
streamlit run main.py --server.port 8503 --server.address 0.0.0.0

View file

@ -1 +0,0 @@
nohup ./runscript.sh > streamlit.log 2>&1 &