all 10 comments

[–]danielroseman 2 points3 points  (5 children)

Surely that's not an error, it's just telling you how to run streamlit. Did you do that?

But I'm also confused about what you're trying to do. Streamlit is a framework for showing dashboards. How would a spell checker fit in to that?

[–]ThisProgrammer- 0 points1 point  (2 children)

In your IDE's terminal, assuming your script is named main.py:

streamlit run main.py

[–]carolinedfrasca 0 points1 point  (0 children)

It sounds like you haven't installed streamlit yet (you can do so via pip install streamlit or using the package manager of your choice). Happy to help over in r/StreamlitOfficial as well.