Spaces:
Sleeping
Sleeping
File size: 272 Bytes
9685bf6 | 1 2 3 4 5 6 7 8 9 10 | services:
- type: web
name: streamlit-app
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: streamlit run app.py --server.port=$PORT --server.address=0.0.0.0
envVars:
- key: PYTHON_VERSION
value: 3.10
|