Streamlit running issue

I get this message every time I try to run streamlit apps:

That doesn't look like an email :(
Activation code/email not valid.

I’m using this command in terminal:
$ streamlit run streamlit_app.py

anyone knows why?

That’s the correct line of code to run in the terminal- nice job!

Just make sure that you are in the correct directory and that you have streamlit installed within the proper virtual environment that you are using. This should route to your local address and the st app should populate!

2 Likes

Thank you, I will check this out.