Skip to content

Commit 680ac1e

Browse files
Update start.sh
1 parent 7ec8f96 commit 680ac1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ if [ -f $PIDPATH ]; then
77
kill $(cat $PIDPATH)
88
fi
99

10-
nohup streamlit run Home.py --server.baseUrlPath /NLMyo --browser.serverAddress lbgi.fr --server.fileWatcherType none --browser.gatherUsageStats false --logger.level warning > log 2>&1 &
11-
echo $! > $DIR/pid
10+
nohup streamlit run Home.py --server.baseUrlPath /NLMyo --browser.serverAddress lbgi.fr --server.fileWatcherType none --browser.gatherUsageStats false --server.port 8503 --logger.level warning > log 2>&1 &
11+
echo $! > $DIR/pid

0 commit comments

Comments
 (0)