Skip to content

Instantly share code, notes, and snippets.

@tuffacton
Last active March 7, 2024 05:47
Show Gist options
  • Star 27 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save tuffacton/da5a9b42c0a2e9e355353689f93c84b3 to your computer and use it in GitHub Desktop.
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.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@saiprasad-psp
Copy link

Hi,
I get the following error.
image

@2368401311
Copy link

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

@2368401311
Copy link

Hi, I get the following error. image

try this one. only on line code

!streamlit run app.py & npx localtunnel --p 8501

@Aramatic
Copy link

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