просто запусти питонячий файл

This commit is contained in:
dttric 2024-04-29 23:04:45 +07:00 committed by GitHub
parent ef87f56239
commit f0aa026ed1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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