Spaces:
Running
Running
File size: 103 Bytes
615e9f1 |
1 2 3 4 5 6 |
from flask import Flask
app = Flask(__name__)
@app.route("/")
def hello():
return "Hello World!\n" |