hi @Entz ,
The issue lies in the exposed port within your Docker command. Thank you for the bug report. Here is the correct method:
docker run -it -p 8501:8501 --platform=linux/amd64 \
-e OPENAI_API_KEY="YOUR_VALUE_HERE" \
registry.hf.space/entz-llm-5:latest streamlit run app.py
Then you can go to http://localhost:8501/