Last active
March 7, 2024 05:47
-
-
Save tuffacton/da5a9b42c0a2e9e355353689f93c84b3 to your computer and use it in GitHub Desktop.
Colaboratory Notebook that hosts a streamlit app and creates an ngrok https tunnel for access.
I have the same problem as you. Did you solve it?@Aishwary-Rawal
I use VPN when I am using Colab. Is the problem related to this?
I could not use this way. the localhost refused. thus, i find the other way to solve it
npx create localtunnel and show the url to check in the browse
!streamlit run app.py & npx localtunnel --p 8501
https://youtu.be/zdJdJ1tHGnA , you can watch video for running streamlit in local hoast using localtunnel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you post a copy of your Colaboratory Notebook?