Compare commits
No commits in common. "889a9c1a7bfbb3c07816c68a740e2d9b5bc6c350" and "dca4ab683aff30a7bbea4785862b7e844d192d2b" have entirely different histories.
889a9c1a7b
...
dca4ab683a
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,4 +0,0 @@
|
|||
venv/
|
||||
streamlit.log
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
|
@ -1 +0,0 @@
|
|||
sudo pkill -f "streamlit run main.py"
|
||||
|
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
nohup ./runscript.sh > streamlit.log 2>&1 &
|
||||
Loading…
Reference in a new issue