Spaces:
Running
Running
Commit
·
041ba58
1
Parent(s):
3dd6dc4
Update startup.sh
Browse files- startup.sh +0 -2
startup.sh
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
echo "Running the shell script"
|
4 |
-
|
5 |
kangas server --host=0.0.0.0 --frontend-port=7640 --frontend-root=kangas --debug &
|
6 |
|
7 |
streamlit run streamlitapp.py --server.port 7840 &
|
|
|
1 |
#!/bin/bash
|
2 |
|
|
|
|
|
3 |
kangas server --host=0.0.0.0 --frontend-port=7640 --frontend-root=kangas --debug &
|
4 |
|
5 |
streamlit run streamlitapp.py --server.port 7840 &
|