@ -3,4 +3,7 @@ app = Flask(__name__)
@app.route("/")
def app():
render_template("./index.html")
if __name__ == "__main__":
app.run()