# !wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
# !unzip ngrok-stable-linux-amd64.zip
get_ipython().system_raw('./ngrok http 8501 &')
!curl -s http://localhost:4040/api/tunnels | python3 -c \
'import sys, json; print("Execute the next cell and the go to the following URL: " +json.load(sys.stdin)["tunnels"][0]["public_url"])'
Execute the next cell and the go to the following URL: https://74e3-52-5-148-98.ngrok.io
!streamlit run /work/NLP-Tweets-Web-App/app.py
A new version of Streamlit is available.
See what's new at https://discuss.streamlit.io/c/announcements
Enter the following command to upgrade:
$ pip install streamlit --upgrade
You can now view your Streamlit app in your browser.
Network URL: http://172.3.198.165:8501
External URL: http://52.5.148.98:8501
2022-04-17 02:24:54.455 Generating new fontManager, this may take some time...
Execution Error
KernelInterrupted: Execution interrupted by the Jupyter kernel.