Spaces:
Sleeping
Sleeping
File size: 171 Bytes
aa1ad26 | 1 2 3 4 5 6 7 | echo "Running startup scripts..."
python streamlit_config.py
echo "Starting Streamlit..."
streamlit run src/streamlit_app.py --server.port=8501 --server.address=0.0.0.0 |