[]
It was supposed to give a link to a new tab with the title and prompt below but it showed this instead:
[]
it states:
streamlit : The term ‘streamlit’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
- streamlit run app.py
-
+ CategoryInfo : ObjectNotFound: (streamlit:Strin g) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
I’m using visual studio code and I downloaded everything on pip I need to and my code seems to have no bugs but when I try to run the app it doesn’t work any idea as to why?
I was following [LangChain Crash Course: Build a AutoGPT app in 25 minutes! - YouTube] the tuturial