Hello Group. So I used a chatbot to create a web app a to see how well these bots can create code and websites. It used the "flask" framework (but haven't coved this in classes) to create the web app. I asked google how to install flask and it suggested to create a virtual envirment before downloading. I created a virtual environment on my terminal and then installed flask (pip install flask). But in my VS Code IDE I still cant import flask to run the code. Any advice?
top of page
bottom of page