ACM_Hackathon How to run the project pip install flask go to main.py run it Where to make new html pages Go to templates->(create new html file) now go to main.py @app.route("/html-file-name") def anynameyouwant(): return render_template("html-file-name.html") 4. write this before `app.run(debug=True)`