with flask app.py:
@app.route(\'/\', methods=["GET"]) def home(): return \'home\' @app.route(\'/input\', methods=["GET", "POS