kangas-demo / startup.sh
CalebCometML's picture
Update startup.sh
66aa57e
raw
history blame
186 Bytes
#!/bin/bash
echo "Running the shell script"
# kangas server --host="0.0.0.0" --backend-host="0.0.0.0" --frontend-port=7640 &
streamlit run streamlitapp.py --server.port 7680 &
exit