Ola pessoal por favor preciso de ajuda não consigo apresentar a pagina a html no python
from flask import Flask
app= Flask(__name__)
@app.route('/inicio')
def ola():
return '<h1>Ola Flask</h1>'
app.run()
Resultado
Not Found
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.