awesome-streamlit icon indicating copy to clipboard operation
awesome-streamlit copied to clipboard

Run app on external URL

Open ajinkya933 opened this issue 4 years ago • 1 comments

@MarcSkovMadsen

I am following your docker image:

sudo docker run -it -p 80:80 --entrypoint "streamlit" marcskovmadsen/awesome-streamlit:latest run app.py

when I run I get this output:

  You can now view your Streamlit app in your browser.

  URL: http://0.0.0.0:80

My question is this app is on a ubuntu PC and runs successfully on localhost.

But when I try to connect to this app using <Ubuntu_PC_ExternalIP>:80 through another wifi network. I don't get any results. Why is that? How can I fix it ?

ajinkya933 avatar Jun 06 '20 10:06 ajinkya933

Hi @ajinkya933

I don't know :-)

But some things I can think about would be

  • Firewall settings. Are the ports used by Streamlit open on your laptop?
  • Errors. Are there errors in the browser console?

Feel free to send more questions. If you find something that indicates the problem. Feel free to send comments. You can also try to post the question on Discourse

MarcSkovMadsen avatar Jun 13 '20 02:06 MarcSkovMadsen