App stuck at loading - Please wait

Yes. Here is my configuration file:

runtime: python
env: flex

entrypoint: streamlit run app.py --server.port 8080 

runtime_config:
    operating_system: "ubuntu18"
    runtime_version: "3.8"
2 Likes