Spaces:
Runtime error
Runtime error
FROM python:3.9 | |
WORKDIR /code | |
COPY . /code | |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt | |
CMD ["streamlit","run","/code/app.py", '--adress', '0.0.0.0', '--port', '7860', '--allow-websocket-origin', 'Maxx0-mprofy-panel.hf.space'] |