Streamlit with Colab and pyngrok - Failed to complete tunnel connection - version issue?

Looks like those errors didn’t end up mattering - the solution was to specify the port with !streamlit run --server.port 80 app.py >/dev/null , and then wait a few seconds before opening the web app. Still curious what changed in the last few weeks!

4 Likes